GY-63_MS5611/libraries/PrintSize/library.json
2021-12-24 13:42:31 +01:00

24 lines
489 B
JSON

{
"name": "PrintSize",
"keywords": "Size,print,length,alignment",
"description": "Library to determine size of a printed variable.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PrintSize.git"
},
"version": "0.3.2",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "PrintSize.h"
}