I2cError Enum
Namespace: GHIElectronics.TinyCLR.Devices.I2c · Assembly: GHIElectronics.TinyCLR.Devices.I2c
Bus errors reported via I2cDevice.ErrorReceived.
public enum I2cError
Fields
| Name | Value | Description |
|---|---|---|
Overrun | 0 | Receive overrun. |
Bus | 1 | Generic bus error. |
ArbitrationLoss | 2 | Lost arbitration to another master. |
BufferFull | 3 | Internal buffer full. |