ELEC2645 (2018/19) / Mbed 2 deprecated ll16o2l_ELEC2645

Dependencies:   mbed Gamepad

Revision:
11:1c5c549ba75e
Parent:
9:99287b26be1e
Child:
12:1dfc34bc8382
--- a/Instuctions/Instruction.h	Tue Apr 30 09:32:46 2019 +0000
+++ b/Instuctions/Instruction.h	Tue Apr 30 09:43:56 2019 +0000
@@ -11,15 +11,16 @@
 public:
     Instruction();
     ~Instruction();
+    void write(N5110 &lcd, Gamepad &pad);
     
 private:
-    void control(Gamepad &pad);
-    void write(N5110 &lcd, Gamepad &pad);
+    void control(Direction d);
     
     int move_up;
     int move_down;
     int y;
+    int max_length;
 
-}
+};
 
 #endif
\ No newline at end of file