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

24 lines
502 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"
},
2023-01-22 09:55:51 -05:00
"version": "0.3.0",
2021-05-28 08:16:25 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-14 10:39:48 -05:00
"platforms": "*",
"headers": "Correlation.h"
}