Enum I2cBusSpeed
Describes the bus speeds that are available for connecting to an inter-integrated circuit (I2C) device. The bus speed is the frequency at which to clock the I2C bus when accessing the device.
Namespace: System.Device.I2c
Assembly: System.Device.I2c.dll
Syntax
public enum I2cBusSpeed
Fields
Name | Description |
---|---|
FastMode | A fast speed of 400 kHz. |
StandardMode | The standard speed of 100 kilohertz (kHz). This speed is the default. |