Module i2c

Module i2c 

Source
Expand description

I2C abstraction layer.

Provides a thin blocking I2C bus wrapper around the stm32f7xx-hal BlockingI2c type.

Structsยง

I2cBus
Wrapper around an enabled HAL BlockingI2c instance.