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