From f45ea72b902de4da261b1a8fedc5fb3951c28899 Mon Sep 17 00:00:00 2001 From: Owen L - SFE Date: Mon, 29 Oct 2018 09:45:50 -0600 Subject: [PATCH] Updated documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b70857..bbff285 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ SparkFun SHTC3 Humidity and Temperature Sensor Library ======================================== +![SparkX Humidity Sensor Breakout SHTC3 (Qwiic)](https://cdn.sparkfun.com/assets/parts/1/3/4/2/0/15074-SparkX_Humidity_Sensor_Breakout_SHTC3__Qwiic_-01.jpg) + +[SparkX Humidity Sensor Breakout SHTC3 (Qwiic)](https://www.sparkfun.com/products/15074) + + This Arduino library allows you to take Humidity and Temperature readings using the SHTC3 sensor from Sensirion using the standard Wire (I2C) library built into Arduino. This means the library is compatible with any Arduino-compatible board that has I2C hardware. Key features of the library include the ability to return either raw ADC values or flaoting point values in %RH and deg C/deg F, data validity indicators based on CRC checking, and a unified return status format for easy error checking. For advanced users an on-return callback is implemented to illuminate the order of program execution. Repository Contents