|
C++ DevKit
C++ set of OOP library
|
the sensor result is given according to this structure: More...
#include <dht11.h>

Public Attributes | |
| bool | is_valid |
| a flag that indicates the reading from DHT11 is valid | |
| float | humidity |
| the converted values in % of relative humidity | |
| float | temp_celsius |
| the converted value in °Celsius | |
the sensor result is given according to this structure: