embedded-ads1220 0.1.0

Embedded Driver for the Texas Instruments ADS1220 ADC
Documentation
  • Coverage
  • 0%
    0 out of 135 items documented0 out of 43 items with examples
  • Size
  • Source code size: 23.18 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.49 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • EllaFoxo/embedded-ads1220
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EllaFoxo

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.