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

28 lines
606 B
JSON
Raw Normal View History

2016-12-17 14:53:18 -05:00
{
"name": "Angle",
2018-01-08 18:11:37 -05:00
"keywords": "Angle,convert,seconds,minutes,hours,degrees,radians",
2016-12-17 14:53:18 -05:00
"description": "Library to convert between floating point angle to minutes hours representation.",
2016-12-18 04:48:17 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
2020-11-27 05:10:47 -05:00
},
{
"name": "Christopher Andrews",
"email": "-",
"maintainer": false
2016-12-18 04:48:17 -05:00
}
],
2016-12-17 14:53:18 -05:00
"repository":
{
"type": "git",
2020-11-27 05:10:47 -05:00
"url": "https://github.com/RobTillaart/Angle.git"
2016-12-17 14:53:18 -05:00
},
2021-10-17 16:24:38 -04:00
"version": "0.1.11",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2016-12-17 14:53:18 -05:00
"frameworks": "arduino",
2020-11-27 05:10:47 -05:00
"platforms": "*"
2016-12-17 14:53:18 -05:00
}