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:
- 3:4494e6928194
- Parent:
- 2:823dea76ff2e
- Child:
- 4:a9d5fca3b7ba
--- a/Ball/Ball.h Sat May 16 13:06:29 2020 +0000 +++ b/Ball/Ball.h Sat May 16 15:51:02 2020 +0000 @@ -18,7 +18,7 @@ ~Ball(); void init(int ball_x_pos,int ball_y_pos); void draw(N5110 &lcd); - void update(); + void update(Direction d); int ball_x_pos; int ball_y_pos;