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:
- 30:057301068dac
- Parent:
- 27:eab2cf10554e
diff -r f3e24ccc401d -r 057301068dac help/help.h
--- a/help/help.h Mon Apr 30 20:53:08 2018 +0000
+++ b/help/help.h Sat May 05 20:27:06 2018 +0000
@@ -17,6 +17,7 @@
//move the page in "help" model
void page_on(Gamepad &pad,N5110 &lcd);
void page_back(Gamepad &pad,N5110 &lcd);
+ void prevent_page(Gamepad &pad,N5110 &lcd);
//draw two models
void model_1(Gamepad &pad,N5110 &lcd);
@@ -26,7 +27,7 @@
void statement1(N5110 &lcd);
void statement2(N5110 &lcd);
void statement3(N5110 &lcd);
- void piggy_page(N5110 &lcd);
+
private: