24 lines
445 B
JSON
Raw Normal View History

2023-05-18 21:21:08 +02:00
{
"name": "TOPMAX",
"keywords": "maxima",
"description": "Arduino library to track top n maxima.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/TOPMAX"
},
2023-06-17 18:01:24 +02:00
"version": "0.2.0",
2023-05-18 21:21:08 +02:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "TOPMAX.h"
}