Crate dht_mmap_rust
Source - mmap_gpio
- 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.
- 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.