Data type for storing DHT sensor readings.
More...
Data type for storing DHT sensor readings.
Definition at line 57 of file dht.h.
#include <dht.h>
|
uint16_t | humidity |
| relative humidity in deci-percent
|
|
uint16_t | temperature |
| temperature in deci-Celsius
|
|
◆ humidity
uint16_t dht_data_t::humidity |
relative humidity in deci-percent
Definition at line 58 of file dht.h.
◆ temperature
uint16_t dht_data_t::temperature |
temperature in deci-Celsius
Definition at line 59 of file dht.h.
The documentation for this struct was generated from the following file: