dht22-driver 0.1.1

No-std, no-dependency, platform-agnostic driver for the dht22 sensor
Documentation
[dependencies.critical-section]
optional = true
version = "1.1.2"

[features]
critical-section = ["dep:critical-section"]
default = ["critical-section"]
std = []

[package]
authors = ["Tastaturtaste <joshua.moellers@gmx.net>"]
categories = ["embedded", "hardware-support"]
description = "No-std, no-dependency, platform-agnostic driver for the dht22 sensor"
edition = "2021"
keywords = ["dht22", "driver", "temperature", "humidity", "no-std"]
license = "MIT OR Apache-2.0"
name = "dht22-driver"
readme = "README.md"
repository = "https://github.com/Tastaturtaste/dht22-driver"
version = "0.1.1"