periph 1.0.0

Multi-language peripheral driver library for SPI, I2C, and other transports
Documentation
1
2
3
4
#![cfg_attr(not(feature = "std"), no_std)]

pub mod chips;
pub mod transport;