1//! Blocking shared bus implementations for embedded-hal
2pub mod i2c;
3pub mod spi;
4