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:
- 11:f481ec642cc5
- Parent:
- 10:6c6e09023942
- Child:
- 12:954da4f4e565
--- a/Ball/Ball.h Mon Apr 22 17:34:11 2019 +0000
+++ b/Ball/Ball.h Mon Apr 22 19:57:01 2019 +0000
@@ -23,7 +23,7 @@
void update();
/// accessors and mutators
- void start(N5110 &lcd,int checkHit, Direction dir);
+ int ball_start();
void get_direction(Gamepad &pad);
void update_ball(int checkHit, Direction dir);