GY-63_MS5611/libraries/PrintCharArray/library.json
2018-01-09 00:11:37 +01:00

25 lines
525 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/Arduino.git"
},
"version":"0.1.0",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/PrintCharArray"
}
}