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

24 lines
592 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "FastTrig",
2022-12-17 09:04:42 -05:00
"keywords": "sin, cos, tan, isin, icos, itan, icot, fast, isincos",
"description": "Arduino library with interpolated lookup for sin(), cos(), tan(), atan2() and more. Trades speed for accuracy. Check readme.md 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"
},
2023-11-02 10:13:39 -04:00
"version": "0.3.3",
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
}