Skip to main content

I2cMode Enum

NuGet: GHIElectronics.TinyCLR.Devices.I2c
Assembly: GHIElectronics.TinyCLR.Devices.I2c
Namespace: GHIElectronics.TinyCLR.Devices.I2c

Bus role for an I2cDevice.

public enum I2cMode

Fields

NameValueDescription
Master0This endpoint is the master (originates clock and transactions).
Slave1This endpoint is the slave (responds to addressed transactions).