diff --git a/library.json b/library.json new file mode 100644 index 0000000..28cc8ad --- /dev/null +++ b/library.json @@ -0,0 +1,25 @@ +{ + "name": "DHT sensor library", + "keywords": "sensors", + "description": "Arduino library for DHT11, DHT22, etc Temp & Humidity Sensors", + "repository": { + "type": "git", + "url": "https://github.com/adafruit/DHT-sensor-library.git" + }, + "authors": [ + { + "name": "Adafruit", + "email": "info@adafruit.com", + "url": "https://www.adafruit.com/", + "maintainer": true + } + ], + "version": "1.3.1", + "frameworks": "arduino", + "platforms": "*", + "dependencies": [ + { + "name": "Adafruit Unified Sensor" + } + ] +} \ No newline at end of file