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: help/help.h
- 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