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:
- 7:9e9424f5ec4b
- Parent:
- 6:4c55dd4b6d42
- Child:
- 8:b3738229ba85
diff -r 4c55dd4b6d42 -r 9e9424f5ec4b main.cpp
--- a/main.cpp Fri May 03 19:17:56 2019 +0000
+++ b/main.cpp Sat May 04 00:11:14 2019 +0000
@@ -15,7 +15,6 @@
#include "Gamepad.h"
#include "N5110.h"
#include "menu.h"
-#include "Tone.h"
#include "engine.h"
@@ -61,6 +60,7 @@
Menu menu;
menu.intro(lcd, gamepad);
+ menu.startMainMenu(lcd, gamepad);
}
// this function draws each frame on the LCD
void render() {