I2cBusSpeed Enum
Namespace: System.Device.I2c · Assembly: GHIElectronics.TinyCLR.System.Device.I2c
Standard .NET-style I²C bus speed selector.
public enum I2cBusSpeed
Fields
| Name | Value | Description |
|---|---|---|
StandardMode | 0 | 100 kHz standard mode. |
FastMode | 1 | 400 kHz fast mode. |
FastModePlus | 2 | 1 MHz fast mode plus. |