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

24 lines
478 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "ANSI",
"keywords": "VT100, Tera Term, putty, Terminal",
2023-01-31 14:16:44 -05:00
"description": "Arduino library to send ANSI escape sequences.",
2021-01-29 06:31:58 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ANSI.git"
},
2023-02-27 05:33:43 -05:00
"version": "0.2.0",
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
}