aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal/src/shared_bus/asynch/mod.rs
blob: 2e660b7249fbb02ce42692a45f8ef1d889d9e9e7 (plain)
1
2
3
//! Asynchronous shared bus implementations for embedded-hal-async
pub mod i2c;
pub mod spi;