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