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 MotionSensor
Diff: Title/Title.h
- Revision:
- 48:f7d9ae3e554d
- Parent:
- 47:6e31b195ce3c
- Child:
- 49:3f83ed62d123
--- a/Title/Title.h Thu May 09 01:57:49 2019 +0000
+++ b/Title/Title.h Thu May 09 02:46:44 2019 +0000
@@ -21,6 +21,10 @@
void title_option_credit(N5110 &lcd, Gamepad &gamepad);
void title_option_tutorial(N5110 &lcd, Gamepad &gamepad);
+ void print_tutorial_page_0(N5110 &lcd);
+ void print_tutorial_page_1(N5110 &lcd);
+ void print_tutorial_page_2(N5110 &lcd);
+
public:
// Constructor
Title();