4 lines
93 B
Rust
4 lines
93 B
Rust
|
//! Asynchronous shared bus implementations for embedded-hal-async
|
||
|
pub mod i2c;
|
||
|
pub mod spi;
|