Files
Arduino-IRremote/library.json
Ivan Kravets 7398213165 Avoid trademark issues with library name
Added frameworks and platforms fields
2014-10-20 11:41:09 +03:00

13 lines
301 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"
}