GY-63_MS5611/libraries/geomath/library.json
2023-12-20 22:06:37 +01:00

24 lines
458 B
JSON

{
"name": "geomath",
"keywords": "haverSine",
"description": "Arduino library with geographic math functions.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/geomath.git"
},
"version": "0.1.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "geomath.h"
}