Click or drag to resize

DeviceI2C_Create Method

Create a remote I2C bus controller.

Namespace: IO.Objects.RemoteIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Bus I2C_Create(
	int num,
	int speed = 100000
)

Parameters

num  Int32
I2C bus number: 0 to 127.
speed  Int32  (Optional)
I2C bus clock frequency in Hz

Return Value

Bus
I2C bus controller object.
See Also