GY-63_MS5611/libraries/PID_RT/library.json
2023-11-14 17:40:51 +01:00

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