ELEC2645 (2017/18) / Mbed 2 deprecated el16a2t

Dependencies:   mbed

Revision:
16:b0fb01fc21f8
Parent:
15:2b98d03e7ab6
diff -r 2b98d03e7ab6 -r b0fb01fc21f8 main/main.cpp
--- 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;