Back to the original

This commit is contained in:
clplaneguy 2019-04-05 10:33:28 -05:00 committed by GitHub
parent 381dad63f9
commit 1785439d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"keywords": "PID, controller, signal", "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).", "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", "url": "http://playground.arduino.cc/Code/PIDLibrary",
#"include": "PID_v1", "include": "PID_v1",
"authors": "authors":
[ [
{ {