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.
Revision 12:9a4d5433d604, committed 2021-06-08
- Comitter:
- shaorui
- Date:
- Tue Jun 08 06:44:01 2021 +0000
- Parent:
- 11:2404f2218040
- Commit message:
- spine_2021_6_8
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Apr 14 12:10:01 2021 +0000 +++ b/main.cpp Tue Jun 08 06:44:01 2021 +0000 @@ -23,9 +23,11 @@ #define V_MIN -15.0f #define V_MAX 15.0f #define KP_MIN 0.0f - #define KP_MAX 500.0f + //#define KP_MAX 500.0f + #define KP_MAX 2000.0f #define KD_MIN 0.0f - #define KD_MAX 5.0f + //#define KD_MAX 5.0f + #define KD_MAX 1000.0f //#define T_MIN -18.0f //#define T_MAX 18.0f #define T_MIN -50.0f