Expand description
Contains communication with DHT sensor hardware
Modules§
- dht22_
constants - Contains constants for communication with the DHT22 sensor.
Structs§
- Dht
- Represents a Digital Humidity and Temperature (DHT) sensor module, typically a DHT22, responsible for reading ambient temperature and humidity.
Constants§
- MAX_
MUTEX_ 🔒ACCESS_ DURATION_ MILLIS - allow max. 10 milliseconds for mutex to be blocked by any other thread
Type Aliases§
- DhtResult
- Type definition to avoid linter warnings about complex return types