L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
tmphm_sht45_t Struct Reference

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

Detailed Description

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.

Field Documentation

◆ Humidity

float tmphm_sht45_t::Humidity

Relative humidity in percent (0–100 %)

Definition at line 36 of file tmphm_sht45.h.

◆ IsDataValid

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.

◆ Temperature

float tmphm_sht45_t::Temperature

Temperature in degrees Celsius

Definition at line 35 of file tmphm_sht45.h.


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