Click or drag to resize

I2C Class

Encapsulates remote I2C buses.
Inheritance Hierarchy
SystemObject
  IO.Objects.RemoteIOI2C

Namespace: IO.Objects.RemoteIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class I2C : Bus

The I2C type exposes the following members.

Constructors
 NameDescription
Public methodI2C Create a remote I2C bus controller.
Top
Methods
 NameDescription
Public methodRead Read bytes from an I2C slave device.
Public methodTransaction Write and read bytes to and from an I2C slave device.
Public methodWrite Write bytes to an I2C slave device.
Top
See Also