GY-63_MS5611/libraries/Angle/library.json
2018-01-07 19:13:07 +01:00

25 lines
542 B
JSON

{
"name": "Angle",
"keywords": "Angle convert seconds minutes hours degrees radians",
"description": "Library to convert between floating point angle to minutes hours representation.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"version":"0.1.6",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Angle"
}
}