embassy/embassy-embedded-hal/src/shared_bus/asynch/mod.rs

4 lines
93 B
Rust
Raw Normal View History

2022-07-10 00:05:57 +02:00
//! Asynchronous shared bus implementations for embedded-hal-async
pub mod i2c;
pub mod spi;