Click or drag to resize

DeviceI2C_Available Method

Query available I2C buses.

Namespace: IO.Objects.RemoteIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public List<int> I2C_Available()

Return Value

ListInt32
List of available I2C bus numbers.
See Also