GY-63_MS5611/libraries/Histogram/library.json
2021-11-04 12:32:04 +01:00

23 lines
462 B
JSON

{
"name": "Histogram",
"keywords": "Histogram,VAL,CDF,PMF,frequency",
"description": "Arduino library for creating histograms math.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Histogram.git"
},
"version": "0.3.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}