Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetAddress ( bool a0, bool a1, bool a2, bool a3, bool a4, bool a5 ) : byte | ||
PCA9685 ( Windows.Devices.I2c.I2cDevice device ) : System | ||
PCA9685 ( Windows.Devices.I2c.I2cDevice device, Windows.Devices.Gpio.GpioPin outputEnable ) : System | ||
SetChannel ( int channel, ushort on, ushort off ) : void | ||
SetDutyCycle ( int channel, double dutyCycle ) : void | ||
TurnOff ( int channel ) : void | ||
TurnOn ( int channel ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ReadRegister ( Register register ) : byte | ||
WriteRegister ( Register register, byte value ) : void |
public static GetAddress ( bool a0, bool a1, bool a2, bool a3, bool a4, bool a5 ) : byte | ||
a0 | bool | |
a1 | bool | |
a2 | bool | |
a3 | bool | |
a4 | bool | |
a5 | bool | |
return | byte |
public PCA9685 ( Windows.Devices.I2c.I2cDevice device ) : System | ||
device | Windows.Devices.I2c.I2cDevice | |
return | System |
public PCA9685 ( Windows.Devices.I2c.I2cDevice device, Windows.Devices.Gpio.GpioPin outputEnable ) : System | ||
device | Windows.Devices.I2c.I2cDevice | |
outputEnable | Windows.Devices.Gpio.GpioPin | |
return | System |
public SetChannel ( int channel, ushort on, ushort off ) : void | ||
channel | int | |
on | ushort | |
off | ushort | |
return | void |
public SetDutyCycle ( int channel, double dutyCycle ) : void | ||
channel | int | |
dutyCycle | double | |
return | void |