From 936683954a60cf9bd96092710f6f1eac25ecef2d Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Fri, 15 Jun 2018 13:27:16 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0c79157..c79dae6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ This is an unofficial library for Sensirion SDP3x and SDP8xx sensors. Both 500Pa and 125Pa sensor types are supported. +## Installation + +1. Download the latest ZIP version from the [github releases page](https://github.com/winkj/arduino-sdp/releases). +2. Open Arduino IDE, and select `Sketch > Include Library > Add .ZIP Library`, and select the ZIP file you downloaded in step 2 +3. Try out the example from `File > Examples > arduino-sdp > sdp_generic` (replace `arduino-sdp` with `arduino-sdp-` if necessary) + ## Getting started To get started, have a look at the `sdp_generic` example from the "Examples" menu.