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:
- 24:23fd6b451db7
- Parent:
- 21:a0904159e183
- Child:
- 26:6427f09cf8d3
--- a/Cricket/Cricket.h Tue Apr 30 13:17:14 2019 +0000 +++ b/Cricket/Cricket.h Wed May 01 08:46:44 2019 +0000 @@ -31,6 +31,9 @@ void batsman_out(int option,Gamepad &pad, N5110 &lcd); void check_victory(N5110 &lcd); void game(N5110 &lcd,Gamepad &pad); + void intro(N5110 &lcd); + bool game_status(N5110 &lcd); + void info_screen(N5110 &lcd, int target); void init_positions(); void round_reset(); @@ -73,6 +76,7 @@ int new_game; int check_update; int set_hit; + int set_loft; int loft_check; int d; int _size;