embassy-embedded-hal 0.6.0

Collection of utilities to use `embedded-hal` and `embedded-storage` traits with Embassy.
Documentation
1
2
3
//! Asynchronous shared bus implementations for embedded-hal-async
pub mod i2c;
pub mod spi;