Module dht

Source
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