Revenge of the Mouse

Dependencies:   4DGL-uLCD-SE EthernetInterface Game_Synchronizer LCD_fonts MMA8452 SDFileSystem mbed-rtos mbed wave_player

Fork of 2035_Tanks_Shell by ECE2035 Spring 2015 TA

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