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:
- 20:31876566d70f
- Parent:
- 10:7339dca7d604
- Child:
- 22:31065a83d9e8
--- a/help_functions/PID_controller.h Fri Oct 26 11:04:30 2018 +0000 +++ b/help_functions/PID_controller.h Fri Oct 26 12:59:52 2018 +0000 @@ -3,7 +3,7 @@ double Kp = 7.5; double Ki = 1.02; double Kd = 10; -double samplingfreq = 1000; +extern double samplingfreq = 1000; void PID_controller(double error1, double error2, double &u1, double &u2) {