Skip to content

Commit

Permalink
add library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hasenradball committed Nov 23, 2023
1 parent 214dd34 commit c6b65b5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "AM2302-Sensor",
"version": "1.0.0",
"repository":
{
"type": "git",
"url": "https://github.com/hasenradball/AM2302-Sensor"
},
"description": "C++ Library for the AM2302-Sensor, ready to use on Arduino IDE and PlatformIO.",
"keywords": ["AM2302", "AM2302-Sensor", "DHT22"],
"authors":
{
"name": "Frank Häfele",
"mail": "[email protected]",
"url": "http://esp8266-01-adapter.de",
"maintainer": true
},
"frameworks": ["Arduino"],
"platforms": ["atmelavr", "espressif8266", "espressif32", "atmelsam"]
}

0 comments on commit c6b65b5

Please sign in to comment.