Module i2c

Module i2c 

Source
Expand description

Inter-Integrated Circuit (I2C) bus. Synchronized with the stm32h7xx-hal implementation, as of 2021-02-25.

Structs§

Config
I2c
I2C peripheral operating in master mode

Enums§

Error
I2C error

Traits§

SclPin
SCL pin. This trait is sealed and cannot be implemented.
SdaPin
SDA pin. This trait is sealed and cannot be implemented.