GY-63_MS5611/libraries/Angle/library.json
2023-01-31 15:29:30 +01:00

29 lines
630 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
},
{
"name": "Christopher Andrews",
"email": "-",
"maintainer": false
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Angle.git"
},
"version": "0.1.14",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "Angle.h"
}