Crate dht_mmap_rust

Source

Modules§

mmap_gpio

Structs§

Dht
Handle on a Dht device, can be used to read sensor data. The internal memmap reference is automatically cleared on drop.
Reading
Reading from the DHT sensor.

Enums§

DhtError
Reason that reading from the Dht failed. See individual errors for explanations. All of these can generally be retried.
DhtType
The type of Dht used. Specifying the wrong type results in absurd values, but does not pose any other risk, as only data interpretation is affected.