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:
- 21:349c70c8a7de
- Parent:
- 19:14c5427b30d1
- Child:
- 30:65e639ace415
diff -r 20e6ba54e15c -r 349c70c8a7de main.cpp
--- a/main.cpp Tue Apr 28 14:13:36 2020 +0000
+++ b/main.cpp Tue Apr 28 14:26:47 2020 +0000
@@ -14,13 +14,13 @@
#include "mbed.h"
#include "Gamepad.h"
#include "N5110.h"
-#include "menu.h"
+#include "Menu.h"
// objects
Gamepad gamepad;
N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11);
-menu _menu;
+Menu _menu;
int main()
{ gamepad.init();