embedded-ads1220

Crates.ioembedded-ads1220
lib.rsembedded-ads1220
version0.1.0
created_at2024-11-03 15:21:58.326465+00
updated_at2024-11-03 15:21:58.326465+00
descriptionEmbedded Driver for the Texas Instruments ADS1220 ADC
homepage
repositoryhttps://github.com/EllaFoxo/embedded-ads1220
max_upload_size
id1433854
size20,178
Ella Fox (EllaFoxo)

documentation

README

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.

Commit count: 3

cargo fmt