From 48cdd646db90f326d5f08325a80086a580f72954 Mon Sep 17 00:00:00 2001 From: dario Date: Fri, 17 May 2024 00:45:11 +0200 Subject: [PATCH] Updated readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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