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:
- 4:d8bd8b41468d
- Parent:
- 3:3ddefff03cb2
- Child:
- 5:cfec780c935b
diff -r 3ddefff03cb2 -r d8bd8b41468d main.cpp
--- 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
