Updated readme

This commit is contained in:
dario 2024-05-17 00:45:11 +02:00
parent c0eb36fbe0
commit 48cdd646db

View File

@ -1,9 +1,10 @@
# Driver for the MS5607 pressure sensor # Driver for the MS56xx pressure sensor series
## Usage ## Usage
1. The constructor takes an SpiDevice pointer and an instance from the OsrLevel enum 1. Initialize sensor with `init`.
2. The OsrLevel enum stores the possible values for the OSR (how fine the sensor measures or sth.) 2. Read data with `getPressure` or `getTemperature`.
3. Enjoy life.
## TODO ## TODO