GY-63_MS5611/libraries/PID_RT/library.json
2021-12-23 15:44:14 +01:00

24 lines
468 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.4",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "PID_RT.h"
}