ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_ll17lrc_v2

Dependencies:   mbed

Revision:
4:a9d5fca3b7ba
Parent:
3:4494e6928194
Child:
10:df6a496270be
--- a/StartMenu/StartMenu.h	Sat May 16 15:51:02 2020 +0000
+++ b/StartMenu/StartMenu.h	Sun May 17 15:55:47 2020 +0000
@@ -4,7 +4,6 @@
 #include "mbed.h"
 #include "N5110.h"
 #include "Gamepad.h"
-#include "Ball.h"
 #include "ImpossEngine.h"
 
 /** Ball Class
@@ -18,14 +17,14 @@
 public:
     StartMenu();
     ~StartMenu();
-    void draw(N5110 &lcd);
-    void complete(Gamepad &pad,N5110 &lcd,int level);
+    void complete(Gamepad &pad,N5110 &lcd);
     /// accessors and mutators
+
     
 private:
 
-    int ball_x_pos;
-    int ball_y_pos;
+    int selector;
+    int arrow;
     
 };
 #endif
\ No newline at end of file