ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Revision:
21:f48e269bafa4
Parent:
20:a3fd428fb4f4
Child:
22:c1e1283c6356
--- a/help/help.h	Sat Apr 28 23:32:23 2018 +0000
+++ b/help/help.h	Sun Apr 29 23:41:03 2018 +0000
@@ -17,6 +17,10 @@
    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);
+   
   
   
   
@@ -28,6 +32,9 @@
    
     Direction _d;
     float _mag;
+    
+    int sb;
+    int page;
 };