GY-63_MS5611/libraries/PID_RT/library.json
2021-05-28 13:41:04 +02:00

23 lines
443 B
JSON

{
"name": "PID_RT",
"keywords": "PID Proportional Integral Derivative controller ",
"description": "Arduino PID library",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PID_RT"
},
"version": "0.1.2",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}