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 IEEE_14_Freescale by
Diff: main.cpp
- Revision:
- 35:6ef5fbc45672
- Parent:
- 34:4ad11cda1eca
- Child:
- 37:38a4ad49343e
diff -r 4ad11cda1eca -r 6ef5fbc45672 main.cpp --- a/main.cpp Sun Mar 23 08:24:07 2014 +0000 +++ b/main.cpp Sun Mar 23 22:03:26 2014 +0000 @@ -7,9 +7,7 @@ BusOut leds(LED_RED,LED_GREEN,LED_BLUE); Serial pc(USBTX, USBRX); -robot bot; -gamePlayer game(bot); -servo s(PTC9); + /* //actual competition code, kinda @@ -26,6 +24,10 @@ */ int main() { + wait(0.1); + robot bot; + gamePlayer game(bot); + servo s(PTC9); // Initialize variables leds = 0x2; char tmpchar = 0;