C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
struct_DHTReading Struct Reference

the sensor result is given according to this structure: More...

#include <dht11.h>

Collaboration diagram for struct_DHTReading:
Collaboration graph

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
 

Detailed Description

the sensor result is given according to this structure:


The documentation for this struct was generated from the following file: