embedded-ads1220 0.1.0

Embedded Driver for the Texas Instruments ADS1220 ADC
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# embedded-ads1220

Embedded Driver for the Texas Instruments ADS1220 ADC.

Platform agnostic using [embedded-hal](https://crates.io/crates/embedded-hal).

## Example

Run the example [Embassy](https://embassy.dev/) bootstrap code for ST Nucleo SMT32F429ZI using the following:

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

## Credits

This crate is based on the [Protocentral ADS1220](https://github.com/Protocentral/Protocentral_ADS1220) library for Arduino.