SocketCreateI2CBus Method |
Create an I2C bus object instance for a given socket.
Namespace: IO.Interfaces.mikroBUSAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
SyntaxBus CreateI2CBus(
int speed = 100000
)
Parameters
- speed Int32 (Optional)
- I2C bus clock frequency in Hz.
Return Value
BusI
2C bus object instance.
See Also