Arduino-IRremote/library.json

25 lines
504 B
JSON
Raw Normal View History

{
"name": "IRremote",
"keywords": "infrared, ir, remote",
"description": "Send and receive infrared signals with multiple protocols",
"repository":
{
"type": "git",
"url": "https://github.com/z3t0/Arduino-IRremote.git"
},
2020-10-25 13:51:52 +08:00
"version": "2.8.0",
"frameworks": "arduino",
"platforms": "atmelavr",
"authors" :
[
2016-03-23 15:06:24 +08:00
{
"name":"Rafi Khan",
"email":"zetoslab@gmail.com"
2016-03-23 15:06:24 +08:00
},
{
"name":"Ken Shirriff",
"email":"ken.shirriff@gmail.com"
2016-03-23 15:06:24 +08:00
}
]
}