aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal/src/shared_bus/mod.rs
blob: cd748cac880593faf85d8cdfab431de96a3ec940 (plain)
1
2
3
4
5
6
//! Shared bus implementations
pub mod blocking;
/// Shared i2c bus implementation for embedded-hal-async
pub mod i2c;
/// Shared SPI bus implementation for embedded-hal-async
pub mod spi;