Crate dht_hal

Source
Expand description

An embedded-hal driver for the world’s lousiest humidity/temperature sensors, the ubiquitous DHT11 (as seen in every beginners’ Arduino kit and high-school science fair project ever) and its slightly more expensive cousin, the DHT22/AM2302.

Modules§

kind

Structs§

Dht
A generic DHT-series sensor.
Error
Reading
A DHT sensor combined temperature and relative humidity reading.

Type Aliases§

Dht11
A DHT11 sensor.
Dht22
A DHT22 (or AM2302, its wired variant) sensor.