Read PCA9685 output channel data.
Namespace: IO.Devices.PCA9685Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax public void ReadChannel(
byte channel,
ref byte[] data
)
Parameters
- channel Byte
- Output channel number.
- data Byte
- Output channel data (4 bytes).
See Also