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:7b7e1a5b8200
- Parent:
- 7:a1a6bff238c1
- Child:
- 33:9d34ef219fff
--- a/Ball/Ball.h Thu Apr 18 13:04:37 2019 +0000 +++ b/Ball/Ball.h Sat Apr 20 20:32:56 2019 +0000 @@ -29,6 +29,8 @@ void set_field(N5110 &lcd); void update_ball(int checkHit, Direction dir); int bowler_start(); + void raw_field(N5110 &lcd); + void check_status(); private: Gamepad pad;