Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
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 841 of file bmp3_defs.h.

Field Documentation

◆ pressure

double bmp3_data::pressure

Compensated pressure

Definition at line 847 of file bmp3_defs.h.

Referenced by compensate_data(), StartMPC_Task(), and StartSensor_Task().

◆ temperature

double bmp3_data::temperature

Compensated temperature

Definition at line 844 of file bmp3_defs.h.

Referenced by compensate_data(), StartMPC_Task(), and StartSensor_Task().


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