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:
- 22:c1e1283c6356
- Parent:
- 21:f48e269bafa4
- Child:
- 23:f433f8d8698e
--- a/help/help.h Sun Apr 29 23:41:03 2018 +0000
+++ b/help/help.h Mon Apr 30 00:14:02 2018 +0000
@@ -15,12 +15,16 @@
void welcome(Gamepad &pad,N5110 &lcd);
void draw(N5110 &lcd);
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);
+ void page_on(Gamepad &pad,N5110 &lcd);
+ void page_back(Gamepad &pad,N5110 &lcd);
+ void model_1(Gamepad &pad,N5110 &lcd);
+ void model_2(Gamepad &pad,N5110 &lcd);
+
@@ -29,12 +33,8 @@
int arrow_x;
int arrow_y;
int arrow_speed;
-
- Direction _d;
- float _mag;
-
- int sb;
- int page;
+ int choice;
+ int page;
};