The classic dueling tanks game for mbed.
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:
- 4:d8bd8b41468d
- Parent:
- 3:3ddefff03cb2
- Child:
- 5:cfec780c935b
--- a/main.cpp Mon Oct 12 08:20:31 2015 +0000
+++ b/main.cpp Thu Oct 15 19:57:51 2015 +0000
@@ -34,6 +34,6 @@
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(1);
- //pc.printf("\033[2J\033[0;0H");
+ pc.printf("\033[2J\033[0;0H");
}
}
\ No newline at end of file
