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: 4DGL-uLCD-SE DRV2605 EthernetInterface Game_Synchronizer MMA8452 SDFileSystem SparkfunAnalogJoystick mbed-rtos mbed wave_player
Fork of 2035_Tanks_Shell by
Diff: main.cpp
- Revision:
- 2:c358ad9aedc4
- Parent:
- 1:0589ea36661b
- Child:
- 3:3ddefff03cb2
diff -r 0589ea36661b -r c358ad9aedc4 main.cpp
--- a/main.cpp Wed Oct 07 00:43:25 2015 +0000
+++ b/main.cpp Mon Oct 12 04:23:24 2015 +0000
@@ -23,7 +23,7 @@
pc.printf("Updated. \n");
buttons = uLCD.get_button_state();
pc.printf("Button State: %x %x %x %x %x\n", buttons[0], buttons[1], buttons[2], buttons[3], buttons[4]);
- wait(3);
+ wait(0.5);
//pc.printf("\033[2J\033[0;0H");
}
//
