shtcx 0.10.0

Platform agnostic Rust driver for the Sensirion SHTCx series temperature/humidity sensors.
Documentation
[dependencies.embedded-hal]
version = "0.2"
[dev-dependencies.embedded-hal-mock]
version = "0.7.1"

[dev-dependencies.linux-embedded-hal]
version = "0.3"

[dev-dependencies.termion]
version = "1.5"

[dev-dependencies.tui]
version = "0.8"

[features]
default = []

[package]
authors = ["Danilo Bargen <mail@dbrgn.ch>", "Raphael Nestler <raphael.nestler@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform agnostic Rust driver for the Sensirion SHTCx series temperature/humidity sensors."
documentation = "https://docs.rs/shtcx"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["shtcx", "sensirion", "temperature", "humidity", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "shtcx"
readme = "README.md"
repository = "https://github.com/dbrgn/shtcx-rs"
version = "0.10.0"
[profile.release]
lto = true