GY-63_MS5611/libraries/FastTrig/library.json
2022-12-03 12:59:56 +01:00

24 lines
560 B
JSON

{
"name": "FastTrig",
"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.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/FastTrig"
},
"version": "0.2.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "FastTrig.h"
}