GY-63_MS5611/libraries/Angle/library.json
2024-04-06 11:38:00 +02:00

29 lines
623 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.2.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "Angle.h"
}