Click or drag to resize

SocketCreateI2CBus Method

Create an I2C bus object instance for a given socket.

Namespace: IO.Interfaces.mikroBUS
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
Bus CreateI2CBus(
	int speed = 100000
)

Parameters

speed  Int32  (Optional)
I2C bus clock frequency in Hz.

Return Value

Bus
I2C bus object instance.
See Also