mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
22 lines
466 B
JSON
22 lines
466 B
JSON
{
|
|
"name": "Complex",
|
|
"keywords": "Complex,numbers,Imaginary,phase,modulus,polar,conjugate,math,sin,cos,tan,exp,pow",
|
|
"description": "Library for Complex math.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/Complex.git"
|
|
},
|
|
"version":"0.2.2",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|