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: StartMenu/StartMenu.h
- Revision:
- 4:a9d5fca3b7ba
- Parent:
- 3:4494e6928194
- Child:
- 10:df6a496270be
--- a/StartMenu/StartMenu.h Sat May 16 15:51:02 2020 +0000
+++ b/StartMenu/StartMenu.h Sun May 17 15:55:47 2020 +0000
@@ -4,7 +4,6 @@
#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
-#include "Ball.h"
#include "ImpossEngine.h"
/** Ball Class
@@ -18,14 +17,14 @@
public:
StartMenu();
~StartMenu();
- void draw(N5110 &lcd);
- void complete(Gamepad &pad,N5110 &lcd,int level);
+ void complete(Gamepad &pad,N5110 &lcd);
/// accessors and mutators
+
private:
- int ball_x_pos;
- int ball_y_pos;
+ int selector;
+ int arrow;
};
#endif
\ No newline at end of file