GY-63_MS5611/libraries/WaveMix/library.json
2022-11-27 10:36:01 +01:00

24 lines
492 B
JSON

{
"name": "WaveMix",
"keywords": "Wave,mix,signal",
"description": "Arduino library to mix two signals (A and B) with an adaptive weight.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/WaveMix.git"
},
"version": "0.1.3",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "WaveMix.h"
}