PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <bmp388.h>
Public Attributes | |
int64_t | temperature |
uint64_t | pressure |
bmp3 sensor structure which comprises of temperature and pressure data.
uint64_t bmp3_data::pressure |
Definition at line 242 of file bmp388.h.
Referenced by BMP388::compensate_data().
int64_t bmp3_data::temperature |
Definition at line 239 of file bmp388.h.
Referenced by BMP388::compensate_data().