GY-63_MS5611/libraries/PrintCharArray/library.json

24 lines
525 B
JSON
Raw Normal View History

2017-12-09 14:39:12 -05:00
{
"name": "PrintCharArray",
2018-01-08 18:11:37 -05:00
"keywords": "Size,print,buffer,stream,char,array,alignment,length",
2017-12-09 14:39:12 -05:00
"description": "Library to capture prints into a char array.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-11-27 05:28:57 -05:00
"url": "https://github.com/RobTillaart/PrintCharArray.git"
2017-12-09 14:39:12 -05:00
},
2021-12-24 07:08:51 -05:00
"version": "0.3.2",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2017-12-09 14:39:12 -05:00
"frameworks": "arduino",
2021-12-24 07:08:51 -05:00
"platforms": "*",
"headers": "PrintCharArray.h"
2017-12-09 14:39:12 -05:00
}