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.
Diff: Controller/SpeedController.cpp
- Revision:
- 2:8a7b4b3cb4c1
- Parent:
- 1:d7a26e14bc4d
- Child:
- 5:81e5cc52b4fe
--- a/Controller/SpeedController.cpp Tue Nov 10 13:35:03 2020 +0000
+++ b/Controller/SpeedController.cpp Tue Nov 10 13:48:28 2020 +0000
@@ -1,6 +1,5 @@
#include "SpeedController.h"
-
PIDController::PIDController(float kp, float ki, float kd, float max_windup,
float start_time, float umin, float umax)
{