Click or drag to resize

DeviceReadChannel Method

Read PCA9685 output channel data.

Namespace: IO.Devices.PCA9685
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public void ReadChannel(
	byte channel,
	ref byte[] data
)

Parameters

channel  Byte
Output channel number.
data  Byte
Output channel data (4 bytes).
See Also