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

24 lines
457 B
JSON
Raw Normal View History

2017-12-09 13:52:49 -05:00
{
"name": "PrintSize",
"keywords": "Size print ",
"description": "Library to determine size of a printed variable.",
"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/PrintSize"
}
}