embassy_embedded_hal/shared_bus/asynch/
mod.rs

1
2
3
//! Asynchronous shared bus implementations for embedded-hal-async
pub mod i2c;
pub mod spi;