mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-ms56xx.git
synced 2025-09-28 14:37:33 +00:00
71b975386081f65f680eb1af25ad2f0aec055dbf
Driver for the MS5607 pressure sensor
Usage
- The driver has two main methods:
int32_t getPressure()
andint32_t getTemperature()
- The constructor takes an SpiDevice pointer and an instance from the OsrLevel enum
- The OsrLevel enum stores the possible values for the OSR (how fine the sensor measures or sth.)
- When calling
getPressure()
, the temperature gets requested from the sensor as well -> May be too slow
TODO
- Debug
- Check whether more accurate temp measurements are necessary
Languages
C++
100%