24 lines
538 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "infiniteAverage",
"keywords": "infinite, average, precision",
"description": "Experimental Arduino Library to calculate a high precision average of many samples",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/infiniteAverage"
},
2022-11-14 19:12:40 +01:00
"version": "0.1.6",
2021-05-28 13:34:28 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "arduino",
2021-12-20 16:20:02 +01:00
"platforms": "*",
"headers": "infiniteAverage.h"
2021-01-29 12:31:58 +01:00
}