ProviderI2cBusSpeed ProviderI2cBusSpeed ProviderI2cBusSpeed ProviderI2cBusSpeed 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 ProviderI2cBusSpeedpublic enum ProviderI2cBusSpeedPublic Enum ProviderI2cBusSpeed// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows IoT Extension SDK (introduced v10.0.10586.0) Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduced v2)

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.