dht11 0.3.1

Platform-agnostic Rust driver for the DHT11 temperature and humidity sensor.
Documentation
[dependencies.cortex-m]
optional = true
version = "0.6"

[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2"
[dev-dependencies.cortex-m]
version = "0.6"

[dev-dependencies.cortex-m-rt]
version = "0.6"

[dev-dependencies.cortex-m-semihosting]
version = "0.3"

[dev-dependencies.panic-semihosting]
version = "0.5"

[dev-dependencies.stm32f4xx-hal]
features = ["rt", "stm32f407"]
version = "0.8"

[features]
default = []
dwt = ["cortex-m"]

[package]
authors = ["Pietro Lorefice <pietro.lorefice@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the DHT11 temperature and humidity sensor."
edition = "2018"
homepage = "https://github.com/plorefice/dht11-rs"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "dht11"
readme = "README.md"
repository = "https://github.com/plorefice/dht11-rs"
version = "0.3.1"
[profile.release]
lto = true