Arduino-PID-Library/library.json
2017-11-10 12:58:50 +02:00

19 lines
561 B
JSON

{
"name": "PID",
"version": "1.2.0",
"keywords": "PID, controller, signal",
"description": "A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).",
"url": "http://playground.arduino.cc/Code/PIDLibrary",
"authors":
{
"name": "Brett Beauregard"
},
"repository":
{
"type": "git",
"url": "https://github.com/br3ttb/Arduino-PID-Library.git"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}