Module i2c

Source
Expand description

Inter-Integrated Circuit (I2C) bus For now, only master mode is implemented

Structs§

BlockingI2c
embedded-hal compatible blocking I2C implementation
I2c
I2C peripheral operating in master mode

Enums§

Error
I2C error
Mode
SPI mode. The user should make sure that the requested frequency can be generated considering the buses clocks.

Traits§

PinScl
Marker trait to define SCL pins for an I2C interface.
PinSda
Marker trait to define SDA pins for an I2C interface.