2021-10-14 08:54:11 -04:00
|
|
|
{
|
|
|
|
"name": "MINMAX",
|
|
|
|
"keywords": "minimum, maximum, autoreset",
|
|
|
|
"description": "MINMAX library for Arduino. Simple peak finder ( minimum and maximum) in signal.",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/MINMAX.git"
|
|
|
|
},
|
2022-11-17 11:36:35 -05:00
|
|
|
"version": "0.1.3",
|
2021-10-14 08:54:11 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
2021-12-21 13:57:20 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "MINMAX.h"
|
2021-10-14 08:54:11 -04:00
|
|
|
}
|