GY-63_MS5611/libraries/RunningAverage/library.json
2022-11-23 19:22:02 +01:00

24 lines
571 B
JSON

{
"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.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/RunningAverage.git"
},
"version": "0.4.3",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "RunningAverage.h"
}