ESP32_ChinaDieselHeater_Con.../lib/esp32DHT/library.json
2019-09-15 12:55:02 +10:00

22 lines
561 B
JSON

{
"name": "esp32DHT",
"version": "1.0.1",
"keywords": "DHT, DTH11, DHT22, RMT, callback, Arduino, ESP32",
"description": "DHT sensor library for ESP32 using the RMT peripheral",
"homepage": "https://github.com/bertmelis/esp32DHT",
"license": "MIT",
"authors": {
"name": "Bert Melis",
"url": "https://github.com/bertmelis",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/bertmelis/esp32DHT.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms": [
"espressif32"
]
}