forked from Arduino-IRremote/Arduino-IRremote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
34 lines (34 loc) · 940 Bytes
/
Copy pathlibrary.json
File metadata and controls
34 lines (34 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "IRremote",
"version": "4.7.1",
"description": "Send and receive infrared signals with multiple protocols",
"keywords": "communication, infrared, ir, remote",
"homepage": "https://github.com/Arduino-IRremote/Arduino-IRremote",
"repository":
{
"type": "git",
"url": "https://github.com/Arduino-IRremote/Arduino-IRremote.git"
},
"authors" :
[
{
"name":"Armin Joachimsmeyer",
"email":"armin.arduino@gmail.com",
"maintainer": true
},
{
"name":"Rafi Khan",
"email":"rafi@rafikhan.io"
},
{
"name":"Ken Shirriff",
"email":"ken.shirriff@gmail.com"
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32", "raspberrypi"],
"headers": "IRRemote.hpp",
"examples": "examples/*/*.ino",
"export": {"exclude": [".github", "pictures"]}
}