mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
22 lines
471 B
JSON
22 lines
471 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.2.1",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|