idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::dht::reading Struct Reference

One temperature and humidity measurement. More...

Public Attributes

thermo::millicelsius temperature {0}
 Measured temperature.
 
float humidity_pct = 0.0f
 Relative humidity in percent (0–100).
 

Detailed Description

One temperature and humidity measurement.

Definition at line 57 of file dht.hpp.

Member Data Documentation

◆ humidity_pct

float idfxx::dht::reading::humidity_pct = 0.0f

Relative humidity in percent (0–100).

Definition at line 59 of file dht.hpp.

◆ temperature

thermo::millicelsius idfxx::dht::reading::temperature {0}

Measured temperature.

Definition at line 58 of file dht.hpp.


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