Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Human/human.h
- 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