mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"name": "Statistic",
|
|
"keywords": "Statistic,sum,min,max,average,variance,standard,deviation,population,unbiased",
|
|
"description": "Library with basic statistical functions for Arduino.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Gil Ross"
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/Statistic.git"
|
|
},
|
|
"version": "0.4.3",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|