Embedded Driver for the Texas Instruments ADS1220 ADC.
Platform agnostic using embedded-hal.
Run the example Embassy bootstrap code for ST Nucleo SMT32F429ZI using the following:
# cd examples/embassy-stm32
cargo run --release --bin spi_bootstrap
This crate is based on the Protocentral ADS1220 library for Arduino.