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: main.cpp
- Revision:
- 10:65a6866d418b
- Parent:
- 9:f16581e1eba9
- Child:
- 11:61f28e3448d3
diff -r f16581e1eba9 -r 65a6866d418b main.cpp --- a/main.cpp Mon Mar 25 18:57:48 2019 +0000 +++ b/main.cpp Wed Mar 27 21:51:11 2019 +0000 @@ -25,14 +25,13 @@ while (1) { contrast(); - miner.miner_collision(lcd); level.test_level(lcd); miner.miner_gravity(lcd); miner.miner_jump(lcd, pad); miner.read_direction(pad); - miner.miner_move(lcd, pad); - miner.miner_draw(lcd); - + miner.miner_move(); + miner.miner_draw(lcd); + miner.miner_collision(lcd); wait(0.1); }