mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-ms56xx.git
synced 2025-08-06 13:27:34 +00:00
Added simple barometric formula to MS5611 driver
This commit is contained in:
@@ -169,6 +169,10 @@ namespace sta
|
||||
* @return float The altitude estimate in meters.
|
||||
*/
|
||||
float getAltitudeEstimate();
|
||||
|
||||
static float getSeaLevel(float pressRef, float altRef);
|
||||
|
||||
static float getAltitudeEstimate(float pressure, float sealevel);
|
||||
private:
|
||||
/**
|
||||
* @brief Reset the sensor.
|
||||
|
Reference in New Issue
Block a user