afe4400 0.4.0

An `embedded-hal` compatible driver for the TI AFE4400 pulse oximetry analog front-end chip.
Documentation
[package]
authors = ["Reece Stevens <reecestevens24@gmail.com>"]
name = "afe4400"
version = "0.4.0"
categories = ["embedded", "no-std"]
keywords = ["embedded-hal", "embedded-hal-driver"]
license = "MIT"
repository = "https://github.com/ReeceStevens/afe4400"
description = """
An `embedded-hal` compatible driver for the TI AFE4400 pulse oximetry analog front-end chip.
"""

[dependencies]
nb = "0.1.1"

[dependencies.embedded-hal]
version = "0.2.3"
features = ["unproven"]