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

23 lines
472 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-08-27 10:16:35 -04:00
"version": "0.2.0",
2021-05-28 08:16:25 -04:00
"license": "MIT",
"frameworks": "arduino",
2020-11-27 05:10:47 -05:00
"platforms": "*"
}