Click or drag to resize

Device Constructor

Create an I2C slave device.

Namespace: IO.Interfaces.I2C
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Device(
	Bus bus,
	int slaveaddr
)

Parameters

bus  Bus
I2C bus controller object.
slaveaddr  Int32
I2C slave address.
See Also