From b2ae541337e321b173724e1296e246c466e4ed2c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 7 Dec 2014 23:22:11 +0200 Subject: [PATCH 1/2] PlatformIO Library Registry manifest file * This library in Web Registry: http://platformio.ikravets.com/#!/lib/show/115/DHT22 * Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html) --- library.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..75c25f3 --- /dev/null +++ b/library.json @@ -0,0 +1,24 @@ +{ + "name": "DHT22", + "keywords": "sensor, humidity, temperature, dht", + "description": "Digital-output relative humidity & temperature sensor/module DHT22", + "authors": +[ + { + "name": "Ben Adams", + "email": "nethoncho@gmail.com", + "url": "http://nethoncho.com/", + "maintainer": true + }, + { + "name": "Craig Ringer" + } +], + "repository": + { + "type": "git", + "url": "https://github.com/nethoncho/Arduino-DHT22.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +} From f0b9ed1af1ef454c52d34b39679efee7fb72e1cd Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 7 Dec 2014 23:22:28 +0200 Subject: [PATCH 2/2] Update library.json --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 75c25f3..f4e1f88 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "keywords": "sensor, humidity, temperature, dht", "description": "Digital-output relative humidity & temperature sensor/module DHT22", "authors": -[ + [ { "name": "Ben Adams", "email": "nethoncho@gmail.com", @@ -13,7 +13,7 @@ { "name": "Craig Ringer" } -], + ], "repository": { "type": "git",