2021-01-29 12:31:58 +01:00
{
"name" : "FastTrig" ,
2022-12-17 15:04:42 +01: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 12:31:58 +01:00
"authors" :
[
{
"name" : "Rob Tillaart" ,
"email" : "Rob.Tillaart@gmail.com" ,
"maintainer" : true
}
] ,
"repository" :
{
"type" : "git" ,
"url" : "https://github.com/RobTillaart/FastTrig"
} ,
2022-12-22 13:44:04 +01:00
"version" : "0.3.2" ,
2021-04-25 19:56:44 +02:00
"license" : "MIT" ,
2021-01-29 12:31:58 +01:00
"frameworks" : "*" ,
2021-12-18 13:14:58 +01:00
"platforms" : "*" ,
"headers" : "FastTrig.h"
2021-01-29 12:31:58 +01:00
}