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

24 lines
487 B
JSON
Raw Normal View History

2017-12-09 14:39:12 -05:00
{
"name": "PrintCharArray",
"keywords": "Size print buffer stream char array",
"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"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/PrintCharArray"
}
}