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 Gamepad N5110
Diff: Entrance/Entrance.h
- Revision:
- 7:05f433e196d6
- Parent:
- 6:bc580b480ac8
- Child:
- 10:75de0f4da176
--- a/Entrance/Entrance.h Mon May 06 10:57:08 2019 +0000
+++ b/Entrance/Entrance.h Mon May 06 22:55:38 2019 +0000
@@ -5,7 +5,19 @@
#include "N5110.h"
#include "Gamepad.h"
-
+class Entrance {
+
+ public:
+
+ void welcome_page(N5110 &lcd, Gamepad &pad);
+
+
+ private:
+
+
+
+
+ };