2016-12-17 14:53:18 -05:00
|
|
|
{
|
|
|
|
"name": "RunningMedian",
|
2020-11-27 05:33:55 -05:00
|
|
|
"keywords": "running, moving, median, average, outliers",
|
2016-12-17 14:53:18 -05:00
|
|
|
"description": "The library stores the last N individual values in a buffer to select the median. It filters outliers.",
|
2016-12-18 04:48:17 -05:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 14:53:18 -05:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 05:33:55 -05:00
|
|
|
"url": "https://github.com/RobTillaart/RunningMedian.git"
|
2016-12-17 14:53:18 -05:00
|
|
|
},
|
2022-06-06 05:10:05 -04:00
|
|
|
"version": "0.3.6",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2016-12-17 14:53:18 -05:00
|
|
|
"frameworks": "arduino",
|
2021-12-28 04:25:17 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "RunningMedian.h"
|
2016-12-17 14:53:18 -05:00
|
|
|
}
|