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

24 lines
519 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
},
2024-04-11 07:29:13 -04:00
"version": "0.4.0",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-11-16 04:36:39 -05:00
"frameworks": "*",
2021-12-24 07:08:51 -05:00
"platforms": "*",
"headers": "PrintCharArray.h"
2017-12-09 14:39:12 -05:00
}