Skip to main content

I2cError Enum

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

Bus errors reported via I2cDevice.ErrorReceived.

public enum I2cError

Fields

NameValueDescription
Overrun0Receive overrun.
Bus1Generic bus error.
ArbitrationLoss2Lost arbitration to another master.
BufferFull3Internal buffer full.