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

25 lines
494 B
JSON
Raw Normal View History

2017-12-09 19:35:48 -05:00
{
"name": "PrintString",
"keywords": "Size print buffer stream String",
"description": "Library to capture prints into a String.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"0.1.0",
2017-12-09 19:35:48 -05:00
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/PrintString"
}
}