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.
Diff: main.cpp
- Revision:
- 17:cb208b15be5c
- Parent:
- 16:e2aaef863d7c
- Child:
- 18:8f7291885e19
--- a/main.cpp Thu May 07 08:58:21 2020 +0000 +++ b/main.cpp Thu May 07 10:36:39 2020 +0000 @@ -16,11 +16,13 @@ #include "N5110.h" #include "Objects.h" #include "Functions.h" +#include "Menu.h" // objects Gamepad pad; N5110 lcd; +Menu menu(lcd,pad); @@ -36,6 +38,7 @@ int main() { initialise(); + menu.first_screen(); while(1) { //create the game game();