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:
- 5:0655bddafd9e
- Parent:
- 4:b92da6a09c8b
--- a/main.cpp Thu Mar 21 21:29:11 2019 +0000 +++ b/main.cpp Thu Mar 21 22:55:40 2019 +0000 @@ -25,11 +25,13 @@ contrast(); level.test_level(lcd); - miner.miner_gravity(lcd); - miner.miner_jump(lcd, pad); - miner.read_direction(pad); + //miner.miner_gravity(lcd); + //miner.miner_jump(lcd, pad); + //miner.read_direction(pad); miner.miner_move(lcd, pad); miner.miner_draw(lcd); + level.level_move(pad); + level.level_direction(pad); wait(0.1);