1
2
3
4
5
6
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]
#![cfg_attr(not(feature = "std"), no_std)]

pub mod i2c;
pub mod spi;