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

23 lines
487 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"
},
2021-11-08 15:19:42 -05:00
"version": "0.1.1",
2021-10-14 08:54:11 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}