F439_CPP_BMP390_Barometric_Pressure_and_Altimeter_01 1.0
STM32F439 BMP390 barometric pressure and altimeter tutorial
Loading...
Searching...
No Matches
bmp3_data Struct Reference

bmp3 sensor structure which comprises of temperature and pressure data. More...

#include <bmp3_defs.h>

Data Fields

double temperature
 
double pressure
 

Detailed Description

bmp3 sensor structure which comprises of temperature and pressure data.

Definition at line 828 of file bmp3_defs.h.

Field Documentation

◆ pressure

double bmp3_data::pressure

Compensated pressure

Definition at line 834 of file bmp3_defs.h.

Referenced by compensate_data(), and main().

◆ temperature

double bmp3_data::temperature

Compensated temperature

Definition at line 831 of file bmp3_defs.h.

Referenced by compensate_data(), and main().


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