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.
Diff: MenuClasses/StartScreen/StartScreen.h
- Revision:
- 58:affb42c56cf8
- Parent:
- 56:142e9fdb77a8
- Child:
- 59:c65a2e933c47
--- a/MenuClasses/StartScreen/StartScreen.h Sun Apr 28 18:17:48 2019 +0000
+++ b/MenuClasses/StartScreen/StartScreen.h Sun Apr 28 19:40:50 2019 +0000
@@ -82,6 +82,12 @@
*/
void SelectMode(Gamepad &pad);
+ /** Motion Control Instructions
+ *
+ * This promts the user to press A to centre position their angle if Motion Control is selected..
+ */
+ void motionControlInstructions(N5110 &lcd);
+
/** The Third Menu Screen
*
* This function obtains the user input on the game speed that suits them.
@@ -92,13 +98,13 @@
*
* This function just decides what has to be done next.
*/
- void ImplementGS(Gamepad &pad);
+ void selectSpeedPage(Gamepad &pad);
/** Displaying GAME speed Contents
*
* This function just displays game_speed contents.
*/
- void DisplayGSContents(N5110 &lcd);
+ void showSpeedOptions(N5110 &lcd);
int fps; // this sends over the game speed