GY-63_MS5611/libraries/Correlation/library.json
2021-08-27 16:16:35 +02:00

23 lines
472 B
JSON

{
"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"
},
"version": "0.2.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}