ads129xx 0.1.1

Driver crate for the Texas Instruments ADS1292 24-bit 2-channel low-power analog front end for ECG applications.
Documentation
[package]
name = "ads129xx"
version = "0.1.1"
authors = ["Henk Dieter <henkdieter@tweedegolf.com>"]
edition = "2018"
readme = "README.md"
description = "Driver crate for the Texas Instruments ADS1292 24-bit 2-channel low-power analog front end for ECG applications."
repository = "https://github.com/tweedegolf/ads129xx"
keywords = ["ads1292", "ads1291", "ads1292R", "ecg", "embedded"]
categories = ["embedded", "no-std", "hardware-support"]
license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
embedded-hal = "0.2.3"
nb = "0.1.2"
void = {version = "1.0.2", default-features = false}