2021-12-12 13:16:27 +01:00
|
|
|
[package]
|
|
|
|
name = "max116xx-10bit"
|
|
|
|
version = "0.1.0"
|
2021-12-12 13:41:59 +01:00
|
|
|
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
2021-12-12 13:16:27 +01:00
|
|
|
edition = "2021"
|
2021-12-12 13:41:59 +01:00
|
|
|
description = "Driver crate for the MAX116xx 10-bit ADC devices"
|
|
|
|
homepage = "https://egit.irs.uni-stuttgart.de/rust/max116xx-10bit"
|
|
|
|
repository = "https://egit.irs.uni-stuttgart.de/rust/max116xx-10bit"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
keywords = ["maxim", "adc", "sensor", "embedded", "no-std"]
|
|
|
|
categories = ["embedded", "no-std", "hardware-support"]
|
2021-12-12 13:16:27 +01:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-12-13 00:13:57 +01:00
|
|
|
embedded-hal = { version = "0.2.6", features = ["unproven"] }
|
2021-12-12 13:41:59 +01:00
|
|
|
nb = "1.0.0"
|