This is an embedded-hal
Rust driver for the Texas Instruments ADS131M
series of simultaneously sampling
24-bit delta-sigma analog-to-digital converters.
This driver allows you to:
- Nothing Yet
TODO: Description
Here are the different models of ADS131M ADCs:
Device | Resolution | Max Sample Rate | Channels |
---|---|---|---|
ADS131M02 | 24-bit | 64 kSPS | 2 |
ADS131M03 | 24-bit | 64 kSPS | 3 |
ADS131M04 | 24-bit | 64 kSPS | 4 |
ADS131M06 | 24-bit | 32 kSPS | 6 |
ADS131M08 | 24-bit | 32 kSPS | 8 |
Datasheets:
TODO
unimplemented!();
Please feel free to submit any questions on the GitHub issues page.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Inspired by ads1x1x-rs
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.