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:
- 19:14c5427b30d1
- Parent:
- 16:ccd6f707dc79
- Child:
- 21:349c70c8a7de
diff -r bd78b24fc933 -r 14c5427b30d1 main.cpp
--- a/main.cpp Tue Apr 28 12:52:16 2020 +0000
+++ b/main.cpp Tue Apr 28 13:37:26 2020 +0000
@@ -31,7 +31,7 @@
while(1) {
lcd.setContrast(gamepad.read_pot()); // Contrast is controlled by pot.
lcd.clear();
- _menu.run_game(lcd, gamepad);
+ _menu.run_engine(lcd, gamepad);
lcd.refresh();
wait(0.01); }
}
\ No newline at end of file