Skip to main content

Module i2c

Module i2c 

Source
Expand description

Async I2C bus wrapper. See super::spi for the design notes — same pattern, with an embedded_hal_async::i2c::I2c<SevenBitAddress> impl when the embedded-hal-async feature is enabled.

Structs§

AsyncI2c
Async I2C bus master.