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/main.cpp
- Revision:
- 16:b0fb01fc21f8
- Parent:
- 15:2b98d03e7ab6
--- a/main/main.cpp Tue May 08 13:42:20 2018 +0000 +++ b/main/main.cpp Tue May 08 14:42:37 2018 +0000 @@ -7,15 +7,11 @@ Student ID Number: 201047832 Date: 17/4/18 */ -#include "mbed.h" -#include "Gamepad.h" -#include "N5110.h" -#include "sprites.h" + #include "gameEngine.h" -#include "player.h" + -N5110 lcd(PTC9, PTC0, PTC7, PTD2, PTD1, PTC11); -Gamepad pad; + gameEngine engine;