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:
- 21:f48e269bafa4
- Parent:
- 20:a3fd428fb4f4
- Child:
- 22:c1e1283c6356
--- a/help/help.h Sat Apr 28 23:32:23 2018 +0000
+++ b/help/help.h Sun Apr 29 23:41:03 2018 +0000
@@ -17,6 +17,10 @@
void update(Direction d,float mag,Gamepad &pad,N5110 &lcd);
void init(int x,int y);
void read_input(Gamepad &pad);
+ void statement1(N5110 &lcd);
+ void statement2(N5110 &lcd);
+ void statement3(N5110 &lcd);
+
@@ -28,6 +32,9 @@
Direction _d;
float _mag;
+
+ int sb;
+ int page;
};