Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HIDScope MODSERIAL QEI biquadFilter mbed Servo
Diff: help_functions/PID_controller.h
- Revision:
- 1:f1b8f0462e2a
- Parent:
- 0:4cb1de41d049
- Child:
- 10:7339dca7d604
--- a/help_functions/PID_controller.h Mon Oct 22 12:57:34 2018 +0000 +++ b/help_functions/PID_controller.h Mon Oct 22 13:02:29 2018 +0000 @@ -7,7 +7,6 @@ double PID_controller(double error) { - //Kp = potmeter2.read()*3; double u_k = Kp * error;