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

bmp3 sensor status flags More...

#include <bmp3_defs.h>

Data Fields

uint8_t cmd_rdy
 
uint8_t drdy_press
 
uint8_t drdy_temp
 

Detailed Description

bmp3 sensor status flags

Definition at line 620 of file bmp3_defs.h.

Field Documentation

◆ cmd_rdy

uint8_t bmp3_sens_status::cmd_rdy

Command ready status

Definition at line 623 of file bmp3_defs.h.

Referenced by get_sensor_status().

◆ drdy_press

uint8_t bmp3_sens_status::drdy_press

Data ready for pressure

Definition at line 626 of file bmp3_defs.h.

Referenced by get_sensor_status().

◆ drdy_temp

uint8_t bmp3_sens_status::drdy_temp

Data ready for temperature

Definition at line 629 of file bmp3_defs.h.

Referenced by get_sensor_status().


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