ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Revision:
24:14489d259ffb
Parent:
22:c1e1283c6356
Child:
25:1d91ab97d86a
--- a/main.cpp	Mon Apr 30 01:14:21 2018 +0000
+++ b/main.cpp	Mon Apr 30 16:40:32 2018 +0000
@@ -1,4 +1,4 @@
-    #include "mbed.h"
+#include "mbed.h"
 #include "Gamepad.h"
 #include "N5110.h"
 #include "rect.h"
@@ -11,12 +11,8 @@
 
 DigitalOut gpo(D0);
 DigitalOut led(LED_RED);
-
-
 N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11);
-
 Gamepad pad;
-
 engine engine;
 help help11;