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

24 lines
506 B
JSON
Raw Normal View History

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"
},
2023-12-12 13:47:21 -05:00
"version": "0.2.2",
2021-10-14 08:54:11 -04:00
"license": "MIT",
2023-11-14 05:47:18 -05:00
"frameworks": "*",
2021-12-21 13:57:20 -05:00
"platforms": "*",
"headers": "MINMAX.h"
2021-10-14 08:54:11 -04:00
}