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:
- 2:86cef2afa648
- Parent:
- 1:6afa6a6a8131
- Child:
- 11:cc5861abfca5
--- a/main.cpp Mon Mar 09 17:52:38 2020 +0000 +++ b/main.cpp Mon Apr 13 17:08:55 2020 +0000 @@ -14,14 +14,16 @@ #include "mbed.h" #include "Gamepad.h" #include "N5110.h" - +#include "Menu.h" +#include "CrossyChicken.h" // objects -Gamepad pad; -N5110 lcd; int main() { + //call the main class + CrossyChicken game; + game.start(); }