GY-63_MS5611/libraries/WaveMix/library.json

24 lines
486 B
JSON
Raw Normal View History

2022-03-25 05:00:26 -04:00
{
"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"
},
2023-11-23 08:26:05 -05:00
"version": "0.1.4",
2022-03-25 05:00:26 -04:00
"license": "MIT",
2023-11-23 08:26:05 -05:00
"frameworks": "*",
2022-03-25 05:00:26 -04:00
"platforms": "*",
"headers": "WaveMix.h"
}