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:
- 14:122eaa3b7a50
- Parent:
- 13:924891519a95
- Child:
- 15:81a3aaf52647
--- a/Ball/Ball.h Tue Apr 23 14:35:39 2019 +0000 +++ b/Ball/Ball.h Tue Apr 23 20:57:15 2019 +0000 @@ -27,9 +27,7 @@ void get_direction(Gamepad &pad); //void update_ball(int checkHit, Direction dir); - void update_ball_x(int expected_x); - void update_ball_y(int expected_y); - + int update_ball(int expected_x,int expected_y); int bowler_start(); private: