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-rtos mbed QEI
Fork of ICRSEurobot13 by
Diff: globals.h
- Revision:
- 22:6e3218cf75f8
- Parent:
- 20:70d651156779
- Child:
- 25:b16f1045108f
diff -r 167dacfe0b14 -r 6e3218cf75f8 globals.h --- a/globals.h Tue Apr 09 19:24:31 2013 +0000 +++ b/globals.h Tue Apr 09 20:41:22 2013 +0000 @@ -18,6 +18,11 @@ const float xyvarpertime = 0.0005; //(very poorly) accounts for hitting things const float angvarpertime = 0.001; +extern Timer SystemTime; + +const float MOTORCONTROLLER_FILTER_K = 0.9; +const float MOTOR_MAX_POWER = 0.4f; + /* PINOUT Sensors 5: RF:SDI
