2016-12-17 20:53:18 +01:00
|
|
|
{
|
|
|
|
"name": "Statistic",
|
2018-01-09 00:11:37 +01:00
|
|
|
"keywords": "Statistic,sum,min,max,average,variance,standard,deviation,population,unbiased",
|
2016-12-17 20:53:18 +01:00
|
|
|
"description": "Library with basic statistical functions for Arduino.",
|
2016-12-18 10:48:17 +01:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gil Ross"
|
2022-03-13 10:10:54 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Glen Cornell"
|
2016-12-18 10:48:17 +01:00
|
|
|
}
|
|
|
|
],
|
2016-12-17 20:53:18 +01:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 11:33:55 +01:00
|
|
|
"url": "https://github.com/RobTillaart/Statistic.git"
|
2016-12-17 20:53:18 +01:00
|
|
|
},
|
2023-06-07 10:59:37 +02:00
|
|
|
"version": "1.0.4",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2016-12-17 20:53:18 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-28 16:28:44 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "Statistic.h"
|
2016-12-17 20:53:18 +01:00
|
|
|
}
|