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: mbed QEI HIDScope biquadFilter MODSERIAL FastPWM
Diff: main.cpp
- Revision:
- 17:16d29ed4ab00
- Parent:
- 16:fa8001fef71b
- Child:
- 23:767911637f3a
- Child:
- 25:86741f4565f1
diff -r fa8001fef71b -r 16d29ed4ab00 main.cpp --- a/main.cpp Thu Oct 03 13:07:20 2019 +0000 +++ b/main.cpp Thu Oct 03 13:35:27 2019 +0000 @@ -261,7 +261,7 @@ //Placeholder function call double PlantError = 1; double Ts = 1; - double u = ControllerPID(PlantError, k); + double u = ControllerPID(PlantError, Ts); while(true) {