24 lines
512 B
JSON
Raw Normal View History

2021-10-14 14:54:11 +02: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-12-07 14:58:50 +01:00
"version": "0.2.0",
2021-10-14 14:54:11 +02:00
"license": "MIT",
"frameworks": "arduino",
2021-12-21 19:57:20 +01:00
"platforms": "*",
"headers": "MINMAX.h"
2021-10-14 14:54:11 +02:00
}