[package] name = "ads7924" version = "0.1.0" authors = ["Ryan Summers "] edition = "2018" description = "no_std driver for the ADS7924 external analog-to-digital converter (ADC)" license = "MIT OR Apache-2.0" repository = "https://github.com/quartiq/booster/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "0.2.4" bit_field = "0.10.0"