24 lines
566 B
JSON
Raw Normal View History

2020-05-17 10:37:41 +02:00
{
"name": "LineFormatter",
"keywords": "Stream, Serial, flex tab positions",
"description": "Wrapper class for 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"
},
2022-11-14 20:50:36 +01:00
"version": "0.1.5",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2020-05-17 10:37:41 +02:00
"frameworks": "arduino",
2021-12-20 20:09:13 +01:00
"platforms": "*",
"headers": "LineFormatter.h"
2020-05-17 10:37:41 +02:00
}