Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 732 Bytes

i2cbusspeed.md

File metadata and controls

28 lines (19 loc) · 732 Bytes
-api-id -api-type
T:Windows.Devices.I2c.I2cBusSpeed
winrt enum

I2cBusSpeed

-description

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.

-enum-fields

-field StandardMode:0

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

-field FastMode:1

A fast speed of 400 kHz.

-remarks

-examples

-see-also

I2cConnectionSettings.BusSpeed, I2cDevice.FromIdAsync