GY-63_MS5611/libraries/Logistic/library.json
2024-01-04 17:08:20 +01:00

24 lines
493 B
JSON

{
"name": "Logistic",
"keywords": "chaos, bifurcation",
"description": "Arduino library to explore the logistic formula. (chaos, bifurcation).",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Logistic.git"
},
"version": "0.1.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "Logistic.h"
}