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: mbed
Diff: main.cpp
- Revision:
- 3:087b28bf8b96
- Parent:
- 2:8382613c86a0
- Child:
- 4:3b3a7f102250
--- a/main.cpp Mon Apr 01 11:50:07 2019 +0000
+++ b/main.cpp Tue Apr 02 16:46:24 2019 +0000
@@ -38,15 +38,17 @@
int main()
{
+ int pos_x = rand() % 84;
+
lcd.init();
- welcome(); // display welcome message
+ // welcome(); // display welcome message
while(1) { // infinite loop
lcd.clear();
- lcd.drawSprite(2,40-6,6,10,(int *)tank_left);
+ // lcd.drawSprite(0,48-6,6,10,(int *)tank_left);
lcd.refresh();
wait_ms(250);
- }
+ } */
}