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

24 lines
561 B
JSON
Raw Normal View History

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