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: Cricket/Cricket.h
- Revision:
- 11:f481ec642cc5
- Parent:
- 10:6c6e09023942
- Child:
- 12:954da4f4e565
--- a/Cricket/Cricket.h Mon Apr 22 17:34:11 2019 +0000 +++ b/Cricket/Cricket.h Mon Apr 22 19:57:01 2019 +0000 @@ -22,8 +22,8 @@ void set_field(N5110 &lcd); void draw_field(N5110 &lcd); void update_game(int checkHit, Direction dir); - void play_game(N5110 &lcd); - void game(N5110 &lcd); + void play_game(N5110 &lcd,Gamepad &pad); + void game(N5110 &lcd,Gamepad &pad); private: