GY-63_MS5611/libraries/WaveMix/library.json
2023-11-23 14:26:05 +01:00

24 lines
486 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.4",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "WaveMix.h"
}