Click or drag to resize

RaspberryPiI2C1 Field

I2C bus channel number for the remote Raspberry Pi I2C bus controller I2C1.

Namespace: IO.Objects.RemoteIO.Platforms
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public const int I2C1 = 0

Field Value

Int32
Remarks
The following device tree overlay command must be added to config.txt on the Raspberry Pi Remote I/O server to enable I2C bus controller I2C1:
C#
dtparam=i2c=on
See Also