From 8c92db8a3953ba155932ab7272a65aebc9645157 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 27 May 2017 02:09:10 +0300 Subject: [PATCH] @PlatformIO Library Registry manifest file --- library.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 library.json 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" +}