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

25 lines
563 B
JSON
Raw Normal View History

2020-05-17 04:37:41 -04: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"
},
"version":"0.1.0",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "LineFormatter"
}
}