GY-63_MS5611/libraries/ANSI/library.json
2023-11-16 20:35:50 +01:00

24 lines
472 B
JSON

{
"name": "ANSI",
"keywords": "VT100, Tera Term, putty, Terminal",
"description": "Arduino library to send ANSI escape sequences.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ANSI.git"
},
"version": "0.3.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "ansi.h"
}