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

24 lines
571 B
JSON
Raw Normal View History

{
"name": "RunningAverage",
"keywords": "running average, moving average, average",
"description": "The library stores the last N individual values in a circular buffer to calculate the running average.",
2016-12-18 04:48:17 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-11-27 05:33:55 -05:00
"url": "https://github.com/RobTillaart/RunningAverage.git"
},
2021-11-24 04:03:41 -05:00
"version": "0.4.1",
2021-05-26 10:39:03 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-11-24 04:03:41 -05:00
"platforms": "*",
"headers": "RunningAverage.h"
}