Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"url": "http://nethoncho.com/",
"maintainer": true
},
{
"name": "Craig Ringer"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/nethoncho/Arduino-DHT22.git"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}