Files
Arduino-IRremote/library.json
Rafi Khan f2b52ba857 added authors
feel free to add your self
2016-03-22 23:09:07 -06:00

25 lines
494 B
JSON

{
"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",
"authors" :
[
{
name:"Rafi Khan",
email:"zetoslab@gmail.com"
}
{
name:"Ken Shirriff",
email:"ken.shirriff@gmail.com"
}
]
}