-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
43 lines (43 loc) · 974 Bytes
/
library.json
File metadata and controls
43 lines (43 loc) · 974 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
35
36
37
38
39
40
41
42
43
{
"name": "HostCommand",
"version": "1.0.31",
"description": "Multi-parameter and non-blocking command line parser, getting input from PC host or main controller hardware using Stream class interface.",
"keywords": "command line, command processor, command parser, Serial, Stream",
"repository":
{
"type": "git",
"url": "https://github.com/kadavris/host_command.git"
},
"authors":
[
{
"name": "Andrej Pakhutin",
"email": "pakhutin@gmail.com",
"maintainer": true
}
],
"license": "GPL-2.0",
"homepage": "https://github.com/kadavris/host_command",
"dependencies": {
},
"frameworks": "Arduino",
"platforms": "*",
"headers": "host_command.hpp",
"export": {
"exclude":
[
".*",
"x32",
"x64"
]
},
"examples": [
{
"name": "ESP8266 as a relay to MQTT",
"base": "examples/",
"files": [
"example_relay_to_mqtt.ino"
]
}
]
}