GY-63_MS5611/libraries/Correlation/library.json
2020-05-18 14:53:34 +02:00

25 lines
499 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.1.0",
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "Correlation"
}
}