Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
Loading...
Searching...
No Matches
bmp3_uncomp_data Struct Reference

bmp3 sensor structure which comprises of un-compensated temperature and pressure data. More...

#include <bmp3_defs.h>

Data Fields

uint64_t pressure
 
int64_t temperature
 

Detailed Description

bmp3 sensor structure which comprises of un-compensated temperature and pressure data.

Definition at line 881 of file bmp3_defs.h.

Field Documentation

◆ pressure

uint64_t bmp3_uncomp_data::pressure

un-compensated pressure

Definition at line 884 of file bmp3_defs.h.

Referenced by compensate_pressure(), and parse_sensor_data().

◆ temperature

int64_t bmp3_uncomp_data::temperature

un-compensated temperature

Definition at line 887 of file bmp3_defs.h.

Referenced by compensate_temperature(), and parse_sensor_data().


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