GY-63_MS5611/libraries/Complex/library.json
2021-12-14 15:48:21 +01:00

24 lines
545 B
JSON

{
"name": "Complex",
"keywords": "Complex,numbers,Imaginary,phase,modulus,polar,conjugate,math,sin,cos,tan,exp,pow",
"description": "Library for Complex math. Implements Printable interface.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Complex.git"
},
"version": "0.3.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "Complex.h"
}