GY-63_MS5611/libraries/PrintCharArray/library.json
2024-04-11 13:29:13 +02:00

24 lines
519 B
JSON

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