Skip to content

Commit a3cdf40

Browse files
committed
Avoid trademark issues with library name
Added frameworks and platforms fields
1 parent e947f09 commit a3cdf40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

library.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"name": "Arduino-IRremote",
2+
"name": "IRremote",
33
"keywords": "infrared, ir, remote",
44
"description": "Send and receive infrared signals with multiple protocols",
55
"repository":
66
{
77
"type": "git",
88
"url": "https://github.com/shirriff/Arduino-IRremote.git"
9-
}
9+
},
10+
"frameworks": "arduino",
11+
"platforms": "atmelavr"
1012
}

0 commit comments

Comments
 (0)