ELEC2645 (2016/17) / Mbed 2 deprecated Bomb_WeixiTao_el16wt

Dependencies:   mbed

Revision:
3:dd4678a85a1a
Parent:
1:83459533ff72
Child:
4:402c27b212c1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Human/human.h	Thu May 04 13:56:12 2017 +0000
@@ -0,0 +1,25 @@
+#ifndef HUMAN_H
+#define HUMAN_H
+
+#include "mbed.h"
+#include "N5110.h"
+#include "Gamepad.h"
+
+class human
+{
+    public :
+    
+    void print_human();
+    double humanX();
+    double humanY();
+    
+    private:
+    
+    int x;
+    int y;
+
+
+};
+   
+   
+#endif
\ No newline at end of file