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: Settings.h
- Revision:
- 4:d04afc466198
- Parent:
- 3:4f215646a42b
- Child:
- 5:e9bb800a3742
diff -r 4f215646a42b -r d04afc466198 Settings.h --- a/Settings.h Sun Aug 08 14:47:14 2021 +0000 +++ b/Settings.h Sun Aug 08 14:59:54 2021 +0000 @@ -31,6 +31,8 @@ const double SAMPLE_TIME_US = 1000; const double PRINT_TIME_S = 0.1; +const double MOTOR_STOP_TIMEOUT = 5.0; + const double Kp = 0.02; const double Ki = 0.00; const double Kd = 0;