#adc #embedded-hal-driver #driver #embedded-hal #analog #ads1220

embedded-ads1220

Embedded Driver for the Texas Instruments ADS1220 ADC

1 unstable release

0.1.0 Nov 3, 2024

#531 in Embedded development

Download history 61/week @ 2024-10-28 59/week @ 2024-11-04

120 downloads per month

MIT license

19KB
359 lines

embedded-ads1220

Embedded Driver for the Texas Instruments ADS1220 ADC.

Platform agnostic using embedded-hal.

Example

Run the example Embassy bootstrap code for ST Nucleo SMT32F429ZI using the following:

# cd examples/embassy-stm32
cargo run --release --bin spi_bootstrap

Credits

This crate is based on the Protocentral ADS1220 library for Arduino.

Dependencies

~210KB