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

Measurement data produced by the ILPS22QS barometric pressure sensor. Populated by bar_ils22qs_Read(); check IsDataValid before use. More...

#include <bar_ils22qs.h>

Data Fields

float PressureABS
float PressureSEA
float Temperature
int8_t IsDataValid

Detailed Description

Measurement data produced by the ILPS22QS barometric pressure sensor. Populated by bar_ils22qs_Read(); check IsDataValid before use.

Definition at line 32 of file bar_ils22qs.h.

Field Documentation

◆ IsDataValid

int8_t bar_ils22qs_t::IsDataValid

1 – values are valid; 0 – last read failed or sensor not ready

Definition at line 37 of file bar_ils22qs.h.

◆ PressureABS

float bar_ils22qs_t::PressureABS

Absolute atmospheric pressure in hPa

Definition at line 34 of file bar_ils22qs.h.

◆ PressureSEA

float bar_ils22qs_t::PressureSEA

Pressure corrected to sea level in hPa (requires SHT45 temperature)

Definition at line 35 of file bar_ils22qs.h.

◆ Temperature

float bar_ils22qs_t::Temperature

Temperature from the sensor in degrees Celsius (accuracy may vary)

Definition at line 36 of file bar_ils22qs.h.


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