![]() |
Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
|
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 841 of file bmp3_defs.h.
| double bmp3_data::pressure |
Compensated pressure
Definition at line 847 of file bmp3_defs.h.
Referenced by compensate_data(), StartMPC_Task(), and StartSensor_Task().
| double bmp3_data::temperature |
Compensated temperature
Definition at line 844 of file bmp3_defs.h.
Referenced by compensate_data(), StartMPC_Task(), and StartSensor_Task().