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:
- 13:924891519a95
- Parent:
- 12:954da4f4e565
- Child:
- 14:122eaa3b7a50
--- a/Ball/Ball.h Tue Apr 23 12:46:34 2019 +0000 +++ b/Ball/Ball.h Tue Apr 23 14:35:39 2019 +0000 @@ -20,6 +20,7 @@ void draw(N5110 &lcd); Vector2D get_pos(); void set_pos(Vector2D p); + void reset(); /// accessors and mutators int ball_start(); @@ -30,7 +31,6 @@ void update_ball_y(int expected_y); int bowler_start(); - void reset(); private: Gamepad pad;