2022-07-06 02:35:46 +02:00

4 lines
83 B
Rust

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