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

23 lines
524 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "FastTrig",
2021-04-25 13:56:44 -04:00
"keywords": "sin, cos, tan, isin, icos, itan, fast",
2021-01-29 06:31:58 -05:00
"description": "Arduino library with interpolated lookup for sin() and cos(). Trades speed for accuracy. Check readme for details.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/FastTrig"
},
2021-04-25 13:56:44 -04:00
"version":"0.1.7",
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "*",
"platforms": "*"
}