Merge pull request #18 from ellsclytn/master

Add library.json
This commit is contained in:
Toni 2016-04-24 11:26:57 +03:00
commit 02d3d633af
1 changed files with 16 additions and 0 deletions

16
library.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "HeatpumpIR",
"description": "Heatpump / Air Conditioner infrared control",
"keywords": "ac, ir, remote",
"authors": {
"name": "Toni Arte",
"email": "toni.arte@iki.fi",
"url": "https://github.com/ToniA"
},
"repository": {
"type": "git",
"url": "https://github.com/ToniA/arduino-heatpumpir.git"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}