ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Revision:
22:c1e1283c6356
Parent:
21:f48e269bafa4
Child:
23:f433f8d8698e
--- a/help/help.h	Sun Apr 29 23:41:03 2018 +0000
+++ b/help/help.h	Mon Apr 30 00:14:02 2018 +0000
@@ -15,12 +15,16 @@
    void welcome(Gamepad &pad,N5110 &lcd);
    void draw(N5110 &lcd);
    void update(Direction d,float mag,Gamepad &pad,N5110 &lcd);
-   void init(int x,int y);
    void read_input(Gamepad &pad);
    void statement1(N5110 &lcd);
    void statement2(N5110 &lcd);
    void statement3(N5110 &lcd);
    
+   void page_on(Gamepad &pad,N5110 &lcd);
+   void page_back(Gamepad &pad,N5110 &lcd);
+   void model_1(Gamepad &pad,N5110 &lcd);
+   void model_2(Gamepad &pad,N5110 &lcd);
+   
   
   
   
@@ -29,12 +33,8 @@
    int arrow_x;
    int arrow_y;
    int arrow_speed;
-   
-    Direction _d;
-    float _mag;
-    
-    int sb;
-    int page;
+   int choice;
+   int page;
 };