Merge pull request #90 from ivankravets/patch-1

PlatformIO Library Manager manifest file
This commit is contained in:
Rafi Khan
2015-03-08 17:16:29 -06:00

12
library.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "IRremote",
"keywords": "infrared, ir, remote",
"description": "Send and receive infrared signals with multiple protocols",
"repository":
{
"type": "git",
"url": "https://github.com/shirriff/Arduino-IRremote.git"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}