From f5bb466ececf9107d49bcd32bbc90dcfcf73597e Mon Sep 17 00:00:00 2001 From: CornyjK Date: Sat, 12 Jan 2019 19:47:33 +0100 Subject: [PATCH] Add library.json --- library.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 library.json 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