|
F439_CPP_BMP390_Barometric_Pressure_and_Altimeter_01 1.0
STM32F439 BMP390 barometric pressure and altimeter tutorial
|
bmp3 sensor structure which comprises of temperature and pressure data. More...
#include <bmp3_defs.h>
Data Fields | |
| double | temperature |
| double | pressure |
bmp3 sensor structure which comprises of temperature and pressure data.
Definition at line 828 of file bmp3_defs.h.
| double bmp3_data::pressure |
Compensated pressure
Definition at line 834 of file bmp3_defs.h.
Referenced by compensate_data(), and main().
| double bmp3_data::temperature |
Compensated temperature
Definition at line 831 of file bmp3_defs.h.
Referenced by compensate_data(), and main().