|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
Measurement data produced by the SHT45 temperature and humidity sensor. Populate by calling tmphm_sht45_Read(); check IsDataValid before using Temperature or Humidity. More...
#include <tmphm_sht45.h>
Data Fields | |
| float | Temperature |
| float | Humidity |
| int8_t | IsDataValid |
Measurement data produced by the SHT45 temperature and humidity sensor. Populate by calling tmphm_sht45_Read(); check IsDataValid before using Temperature or Humidity.
Definition at line 33 of file tmphm_sht45.h.
| float tmphm_sht45_t::Humidity |
Relative humidity in percent (0–100 %)
Definition at line 36 of file tmphm_sht45.h.
| int8_t tmphm_sht45_t::IsDataValid |
1 – values are valid; 0 – last read failed or not yet performed
Definition at line 37 of file tmphm_sht45.h.
| float tmphm_sht45_t::Temperature |
Temperature in degrees Celsius
Definition at line 35 of file tmphm_sht45.h.