Create a remote I2C bus controller.
Namespace: IO.Objects.RemoteIOAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax 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
BusI
2C bus controller object.
See Also