2020-05-18 14:53:34 +02:00
|
|
|
{
|
|
|
|
"name": "Correlation",
|
|
|
|
"keywords": "Linear Correlation",
|
|
|
|
"description": "Arduino Library to determine correlation between X and Y dataset",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/Correlation.git"
|
|
|
|
},
|
2022-06-21 08:22:05 +02:00
|
|
|
"version": "0.2.2",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2020-05-18 14:53:34 +02:00
|
|
|
"frameworks": "arduino",
|
2021-12-14 16:39:48 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "Correlation.h"
|
2020-05-18 14:53:34 +02:00
|
|
|
}
|