GY-63_MS5611/libraries/PrintSize/library.json
2024-04-11 13:23:26 +02:00

24 lines
483 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.5",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PrintSize.h"
}