diff --git a/library.json b/library.json new file mode 100644 index 0000000..4a45064 --- /dev/null +++ b/library.json @@ -0,0 +1,15 @@ +{ + "name": "DHT", + "keywords": "dht, sensor, temperature, humidity", + "description": "An Arduino library for reading the DHT family of temperature and humidity sensors. Written by Mark Ruys, mark@paracas.nl.", + "repository": { + "url": "https://github.com/markruys/arduino-DHT", + "type": "git" + }, + "platforms": [ + "atmelavr", + "espressif8266" + ], + "version": "1.0.0", + "frameworks": "arduino" +}