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: Ball/Ball.h
- Revision:
- 8:10eb578dd754
- Parent:
- 7:35465b3bf586
- Child:
- 13:fd290d2fd917
--- a/Ball/Ball.h Mon May 18 14:28:05 2020 +0000
+++ b/Ball/Ball.h Mon May 18 15:08:54 2020 +0000
@@ -18,7 +18,7 @@
~Ball();
void init(int x,int y);
void draw(N5110 &lcd);
- void update(Direction d);
+ void update(Direction d,Gamepad &pad);
void level_finish();
int get_ball_x_pos();
int get_ball_y_pos();