embassy_embedded_hal/shared_bus/blocking/
mod.rs

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