diff --git a/library.json b/library.json new file mode 100644 index 0000000..16d7d1f --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "SHT1x", + "keywords": "sensor, humidity, temperature", + "description": "Provides a simple interface to the SHT1x series (SHT10, SHT11, SHT15) and SHT7x series (SHT71, SHT75) temperature / humidity sensors from Sensirion", + "repository": + { + "type": "git", + "url": "https://github.com/practicalarduino/SHT1x.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}