ELEC2645 (2017/18) / Mbed 2 deprecated el17yw

Dependencies:   mbed

Revision:
19:362ad1cd6d4a
Child:
20:a3fd428fb4f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/help/help.h	Sat Apr 28 21:59:45 2018 +0000
@@ -0,0 +1,27 @@
+#ifndef HHELP_H
+#define HELP_H
+
+#include "mbed.h"
+#include "N5110.h"
+#include "Gamepad.h" 
+
+
+class help{
+
+public:
+   help();
+   ~help();
+   
+   void welcome(Gamepad &pad,N5110 &lcd);
+   void draw(N5110 &lcd);
+  
+  
+  
+private:
+ 
+   int arrow_x;
+   int arrow_y;
+};
+    
+    
+#endif
\ No newline at end of file