Edit

Share via


SeesawGpioDriver Constructors

Definition

Overloads

SeesawGpioDriver(Seesaw)

Initializes a new instance of the SeesawGpioDriver class that will use the specified Seesaw device.

SeesawGpioDriver(I2cDevice)

Initializes a new instance of the SeesawGpioDriver class that will use the specified I2cDevice to communicate with the Seesaw device.

SeesawGpioDriver(Seesaw)

Initializes a new instance of the SeesawGpioDriver class that will use the specified Seesaw device.

public SeesawGpioDriver (Iot.Device.Seesaw.Seesaw seesawDevice);
new Iot.Device.Seesaw.SeesawGpioDriver : Iot.Device.Seesaw.Seesaw -> Iot.Device.Seesaw.SeesawGpioDriver
Public Sub New (seesawDevice As Seesaw)

Parameters

seesawDevice
Seesaw

The Seesaw device used fir communicating with the Gpio.

Applies to

SeesawGpioDriver(I2cDevice)

Initializes a new instance of the SeesawGpioDriver class that will use the specified I2cDevice to communicate with the Seesaw device.

public SeesawGpioDriver (System.Device.I2c.I2cDevice i2cDevice);
new Iot.Device.Seesaw.SeesawGpioDriver : System.Device.I2c.I2cDevice -> Iot.Device.Seesaw.SeesawGpioDriver
Public Sub New (i2cDevice As I2cDevice)

Parameters

i2cDevice
I2cDevice

The I2cDevice used for communicating with the Seesaw device.

Applies to