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

24 lines
502 B
JSON

{
"name": "PrintString",
"keywords": "Size,print,buffer,stream,String,alignment,length",
"description": "Library to capture prints into a String.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PrintString.git"
},
"version": "0.2.5",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PrintString.h"
}