periph 1.0.0

Multi-language peripheral driver library for SPI, I2C, and other transports
Documentation
1
2
3
4
5
6
7
pub mod i2c;
pub mod smbus;
pub mod neopixel;
pub mod spi;
pub mod uart;
#[cfg(feature = "uart-linux")]
pub mod uart_linux;