GY-63_MS5611/libraries/Correlation/library.json

22 lines
451 B
JSON
Raw Normal View History

{
"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"
},
2021-01-29 06:31:58 -05:00
"version":"0.1.3",
"frameworks": "arduino",
2020-11-27 05:10:47 -05:00
"platforms": "*"
}