mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
22 lines
448 B
JSON
22 lines
448 B
JSON
|
{
|
||
|
"name": "ANSI",
|
||
|
"keywords": "VT100, Tera Term, putty, Terminal",
|
||
|
"description": "Arduino library to send ANSI escape sequences. Experimental.",
|
||
|
"authors":
|
||
|
[
|
||
|
{
|
||
|
"name": "Rob Tillaart",
|
||
|
"email": "Rob.Tillaart@gmail.com",
|
||
|
"maintainer": true
|
||
|
}
|
||
|
],
|
||
|
"repository":
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/RobTillaart/ANSI.git"
|
||
|
},
|
||
|
"version":"0.1.3",
|
||
|
"frameworks": "arduino",
|
||
|
"platforms": "*"
|
||
|
}
|