Add blocking shared bus for i2c and SPI
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
//! Shared bus implementations for embedded-hal-async
|
||||
|
||||
//! Shared bus implementations
|
||||
pub mod blocking;
|
||||
/// Shared i2c bus implementation for embedded-hal-async
|
||||
pub mod i2c;
|
||||
/// Shared SPI bus implementation for embedded-hal-async
|
||||
pub mod spi;
|
||||
|
Reference in New Issue
Block a user