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§
- Async
I2c - Async I2C bus master.
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.