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