mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-03 12:02:56 +00:00
Avoid trademark issues with library name
Added frameworks and platforms fields
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "Arduino-IRremote",
|
"name": "IRremote",
|
||||||
"keywords": "infrared, ir, remote",
|
"keywords": "infrared, ir, remote",
|
||||||
"description": "Send and receive infrared signals with multiple protocols",
|
"description": "Send and receive infrared signals with multiple protocols",
|
||||||
"repository":
|
"repository":
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/shirriff/Arduino-IRremote.git"
|
"url": "https://github.com/shirriff/Arduino-IRremote.git"
|
||||||
}
|
},
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": "atmelavr"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user