mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-ms56xx.git
synced 2025-12-18 02:48:02 +00:00
Finish writing the driver; Still needs testing and debugging
This commit is contained in:
10
README.md
10
README.md
@@ -1,5 +1,11 @@
|
||||
# Driver for the MS5607 pressure sensor
|
||||
|
||||
# Usage
|
||||
1. The driver has two main methods: ```int32_t getPressure()``` and ```int32_t getTemperature()```
|
||||
2. The constructor takes an SpiDevice pointer and an instance from the OsrLevel enum
|
||||
3. The OsrLevel enum stores the possible values for the OSR (how fine the sensor measures or sth.)
|
||||
4. When calling ```getPressure()```, the temperature gets requested from the sensor as well -> May be too slow
|
||||
|
||||
## TODO
|
||||
1. Understand the Datasheet (RIP)
|
||||
2. Write the fucking driver
|
||||
1. Debug
|
||||
2. Check whether more accurate temp measurements are necessary
|
||||
Reference in New Issue
Block a user