PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <bmp388.h>
Public Attributes | |
uint32_t | pressure |
uint32_t | temperature |
bmp3 sensor structure which comprises of un-compensated temperature and pressure data.
uint32_t bmp3_uncomp_data::pressure |
un-compensated pressure
Definition at line 259 of file bmp388.h.
Referenced by compensate_pressure(), and parse_sensor_data().
uint32_t bmp3_uncomp_data::temperature |
un-compensated temperature
Definition at line 262 of file bmp388.h.
Referenced by compensate_temperature(), and parse_sensor_data().