GY-63_MS5611/libraries/ANSI/library.json
2023-01-31 20:16:44 +01:00

24 lines
478 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.1.8",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "ansi.h"
}