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
Fork of Robocode by
Diff: source/Movement.cpp
- Revision:
- 65:b27aa01c2cf6
- Parent:
- 62:628f8a4e857c
- Child:
- 71:ddf4eb5c3081
diff -r 628f8a4e857c -r b27aa01c2cf6 source/Movement.cpp --- a/source/Movement.cpp Tue Apr 18 17:33:22 2017 +0000 +++ b/source/Movement.cpp Wed Apr 19 13:24:14 2017 +0000 @@ -9,7 +9,7 @@ bool direction = false; float wanted_deg = 0; float current_deg = 0; -Timer t = 0; +Timer t; float previous_t = 0; int moving()
