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:
- 11:61f28e3448d3
- Parent:
- 10:65a6866d418b
- Child:
- 12:adf4ec04ced2
--- a/main.cpp Wed Mar 27 21:51:11 2019 +0000 +++ b/main.cpp Thu Mar 28 01:07:49 2019 +0000 @@ -7,7 +7,6 @@ Levelengine level; Minerengine miner; -//Gameengine game; Gamepad pad; N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11); AnalogIn pot0(PTB2); @@ -25,7 +24,7 @@ while (1) { contrast(); - level.test_level(lcd); + level.central_cavern(lcd); miner.miner_gravity(lcd); miner.miner_jump(lcd, pad); miner.read_direction(pad);