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.
Fork of 2015robot_main by
Diff: manualMode.h
- Revision:
- 62:02a44f5bc51e
- Parent:
- 60:4a75f3f3a934
- Child:
- 66:14df82661dfa
diff -r e018207ae860 -r 02a44f5bc51e manualMode.h --- a/manualMode.h Sat Oct 03 00:52:21 2015 +0000 +++ b/manualMode.h Sun Oct 04 07:18:36 2015 +0000 @@ -103,7 +103,7 @@ // targSwingRadVelocity = swingspeed; for(float i=0.0;i<1.0;i+=0.01){ Motor_swing=i; - wait(0.05); + wait(0.02); } Motor_swing = 1.0; }