A #![no_std]
Rust driver library for interacting with TI ADS1232 and ADS1234 Delta-Sigma ADC chips.
All features are disabled by default.
defmt
- Implementsdefmt::Format
for most public types so they can be printed usingdefmt::info!()
and relativesembedded-hal-async
- Provides async implementations of all the ADS123x functions