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

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

#include <bar_bmp585.h>

Data Fields

float PressureABS
float PressureSEA
float Temperature
int8_t IsDataValid

Detailed Description

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

Definition at line 29 of file bar_bmp585.h.

Field Documentation

◆ IsDataValid

int8_t bar_bmp585_t::IsDataValid

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

Definition at line 34 of file bar_bmp585.h.

◆ PressureABS

float bar_bmp585_t::PressureABS

Absolute atmospheric pressure in hPa

Definition at line 31 of file bar_bmp585.h.

◆ PressureSEA

float bar_bmp585_t::PressureSEA

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

Definition at line 32 of file bar_bmp585.h.

◆ Temperature

float bar_bmp585_t::Temperature

Temperature measured by the BMP585 sensor in degrees Celsius

Definition at line 33 of file bar_bmp585.h.


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