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: Levelengine.cpp
- Revision:
- 13:3bf02cb26d6d
- Parent:
- 12:adf4ec04ced2
- Child:
- 14:dc3524d11921
--- a/Levelengine.cpp Thu Mar 28 22:30:56 2019 +0000
+++ b/Levelengine.cpp Thu Mar 28 22:32:09 2019 +0000
@@ -23,11 +23,7 @@
lcd.drawRect(0, 25, 12, 2, FILL_BLACK);
lcd.drawRect(0, 17, 8, 2, FILL_BLACK);
lcd.drawRect(0, 9, 84, 2, FILL_BLACK);
-
- int miner_pos = miner.test();
-
-
- printf("level = %i \n", _x);
+
}