mcp3424 0.3.0

Async Rust driver for the MCP3422/3/4 ADC.
Documentation
1
2
3
4
5
6
7
8
9
pub use continuous::ContinuousMode;
pub use multishot::MultiShotMode;
pub use oneshot::OneShotMode;

mod continuous;
mod multishot;
mod oneshot;

pub trait Mode {}