30 lines
624 B
JSON
Raw Normal View History

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-30 18:57:42 +02:00
"version": "1.0.5",
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
}