GY-63_MS5611/libraries/ANSI/library.json

24 lines
492 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"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"
},
2022-10-29 06:44:27 -04:00
"version": "0.1.7",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-13 10:45:59 -05:00
"platforms": "*",
"headers": "ansi.h"
2021-01-29 06:31:58 -05:00
}