GY-63_MS5611/libraries/Complex/library.json
2021-01-29 12:31:58 +01:00

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": "*"
}