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

24 lines
502 B
JSON
Raw Normal View History

2017-12-09 19:35:48 -05:00
{
"name": "PrintString",
2018-01-08 18:11:37 -05:00
"keywords": "Size,print,buffer,stream,String,alignment,length",
2017-12-09 19:35:48 -05:00
"description": "Library to capture prints into a String.",
"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/PrintString.git"
2017-12-09 19:35:48 -05:00
},
2024-04-11 07:26:27 -04:00
"version": "0.2.5",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-11-16 04:39:56 -05:00
"frameworks": "*",
2021-12-24 08:47:57 -05:00
"platforms": "*",
"headers": "PrintString.h"
2017-12-09 19:35:48 -05:00
}