-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary.json
34 lines (34 loc) · 976 Bytes
/
library.json
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": "Console",
"version": "1.8.6",
"keywords": "Console, Serial, VT100, UART, Color, Terminal",
"description": "Virtual terminal sequences are control character sequences that can control cursor movement, color/font mode, and other operations when written to the output stream. Sequences may also be received on the input stream in response to an output stream query information sequence or as an encoding of user input when the appropriate mode is set. Arduino based VT100 comparable serial console library.",
"authors":
{
"name": "Mehmet Günce Akkoyun",
"email": "[email protected]",
"url": "https://github.com/akkoyun"
},
"license": "MIT",
"frameworks": "arduino",
"headers": "Console.h",
"platforms":
[
"atmelavr",
"atmelmegaavr"
],
"repository":
{
"type": "git",
"url": "https://github.com/akkoyun/Console.git"
},
"examples": [
{
"name": "PowerStat",
"base": "examples/PowerStat",
"files": [
"PowerStat.ino"
]
}
]
}