Crates.io | embedded-ads1220 |
lib.rs | embedded-ads1220 |
version | 0.1.0 |
source | src |
created_at | 2024-11-03 15:21:58.326465 |
updated_at | 2024-11-03 15:21:58.326465 |
description | Embedded Driver for the Texas Instruments ADS1220 ADC |
homepage | |
repository | https://github.com/EllaFoxo/embedded-ads1220 |
max_upload_size | |
id | 1433854 |
size | 20,178 |
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.