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.
public enum I2cBusSpeed
Fields
FastMode = 1
A fast speed of 400 kHz.
FastModePlus = 2
A super fast speed of 1 MHz.
StandardMode = 0
The standard speed of 100 kilohertz (kHz). This speed is the default.