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.
Diff: MinerEngine/MinerEngine.h
- Revision:
- 13:3299ab0ff2f0
- Parent:
- 12:07a9f2140d9b
- Child:
- 14:3731b0791970
--- a/MinerEngine/MinerEngine.h Mon Apr 27 16:02:47 2020 +0000 +++ b/MinerEngine/MinerEngine.h Sun May 10 06:43:16 2020 +0000 @@ -40,7 +40,7 @@ void play_music(Gamepad &pad); void screen_rollup(Gamepad &pad, N5110 &lcd); void loading(Gamepad &pad, N5110 &lcd); - + void tunnel(N5110 &lcd); private: @@ -72,6 +72,7 @@ int _now_score; int _highest_score; int _gold_reached_num[9]; + int _h; //////////////// Direction _d; float _mag;