Create an I2C slave device.
            
Namespace: IO.Interfaces.I2CAssembly: libremoteio (in libremoteio.dll) Version: 2.2025.275.1
Syntaxpublic Device(
	Bus bus,
	int slaveaddr
)
Parameters
- bus  Bus
 - I2C bus controller object.
 - slaveaddr  Int32
 - I2C slave address.
 
See Also