|
F439_CPP_BMP390_Barometric_Pressure_and_Altimeter_01 1.0
STM32F439 BMP390 barometric pressure and altimeter tutorial
|
Get Sensor data.
Get Sensor data.
| [in] | sensor_comp | : Variable which selects which data to be read from the sensor. |
* sensor_comp | Macros * ------------|------------------- * 1 | BMP3_PRESS * 2 | BMP3_TEMP * 3 | BMP3_ALL *
| [out] | data | : Structure instance of bmp3_data. |
| [in] | dev | : Structure instance of bmp3_dev. |
| 0 | -> Success |
| >0 | -> Warning |
| <0 | -> Error |