ads1x1x 0.3.0

Platform-agnostic Rust driver for the ADS1x1x ultra-small, low-power analog-to-digital converters (ADC). Compatible with the devices: ADS1013, ADS1014, ADS1015, ADS1113, ADS1114 and ADS1115.
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, Clone, Copy)]
enum OperatingMode {
    OneShot,
    Continuous,
}

mod common;
mod features;
mod mode;