GY-63_MS5611/libraries/LineFormatter/library.json
2023-01-31 13:39:06 +01:00

24 lines
575 B
JSON

{
"name": "LineFormatter",
"keywords": "Stream, Serial, flex tab positions",
"description": "Wrapper class for Stream / Serial to enhance layout of tabular data. Set flexible tab positions, repeating strings.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/LineFormatter.git"
},
"version": "0.2.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "LineFormatter.h"
}