From a8216a8c2ff852f1a920491ccbc70383d86f6aeb Mon Sep 17 00:00:00 2001 From: zinob Date: Sat, 17 Mar 2018 22:24:39 +0100 Subject: [PATCH] Minor fixes to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d0b00..f6755be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RPI_SGP30 -Based on the smbus2 for ease of use. Program to read eCO_2 and TVOC from the [SGP30 sensor](https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/9_Gas_Sensors/Sensirion_Gas_Sensors_SGP30_Datasheet_EN.pdf). +Program to read eCO_2 and TVOC from the [SGP30 sensor](https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/9_Gas_Sensors/Sensirion_Gas_Sensors_SGP30_Datasheet_EN.pdf). Based on the smbus2 i2c library for ease of use. It currently lacks support for many features features and is more of a crude demo than a proper library.