I2cBusSpeed I2cBusSpeed I2cBusSpeed I2cBusSpeed Enum

Definition

Describes the bus speeds that are available for connecting to an inter-integrated circuit (I2 C) device. The bus speed is the frequency at which to clock the I2 C bus when accessing the device.

public : enum class I2cBusSpeedpublic enum I2cBusSpeedPublic Enum I2cBusSpeed// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows IoT Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduced v1)

Fields

FastMode FastMode FastMode FastMode

A fast speed of 400 kHz.

StandardMode StandardMode StandardMode StandardMode

The standard speed of 100 kilohertz (kHz). This speed is the default.