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

Perform soft reset of the sensor.

Collaboration diagram for Soft reset:

Perform soft reset of the sensor.

bmp3_soft_reset

int8_t bmp3_soft_reset(const struct bmp3_dev *dev);
int8_t bmp3_soft_reset(struct bmp3_dev *dev)
This API performs the soft reset of the sensor.
Definition bmp3.c:1263
bmp3 device structure
Definition bmp3_defs.h:895
This API performs the soft reset of the sensor.
Parameters
[in]dev: Structure instance of bmp3_dev.
Returns
Result of API execution status
Return values
0-> Success
>0-> Warning
<0-> Error