We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e947f09 commit a3cdf40Copy full SHA for a3cdf40
library.json
@@ -1,10 +1,12 @@
1
{
2
- "name": "Arduino-IRremote",
+ "name": "IRremote",
3
"keywords": "infrared, ir, remote",
4
"description": "Send and receive infrared signals with multiple protocols",
5
"repository":
6
7
"type": "git",
8
"url": "https://github.com/shirriff/Arduino-IRremote.git"
9
- }
+ },
10
+ "frameworks": "arduino",
11
+ "platforms": "atmelavr"
12
}
0 commit comments