Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
Loading...
Searching...
No Matches
Sensor Status

Read status of the sensor.

Collaboration diagram for Sensor Status:

Read status of the sensor.

bmp3_get_status

int8_t bmp3_get_status(struct bmp3_status *status, struct bmp3_dev *dev);
int8_t bmp3_get_status(struct bmp3_status *status, struct bmp3_dev *dev)
This API sets the fifo_config_1(fifo_mode, fifo_stop_on_full, fifo_time_en, fifo_press_en,...
Definition bmp3.c:1204
bmp3 device structure
Definition bmp3_defs.h:895
bmp3 status flags
Definition bmp3_defs.h:669
This API gets the command ready, data ready for pressure and temperature and interrupt (fifo watermark, fifo full, data ready) and error status from the sensor.
Parameters
[out]status: Structure instance of bmp3_status
[in]dev: Structure instance of bmp3_dev
Returns
Result of API execution status.
Return values
0-> Success
<0-> Error