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:
- 12:adf4ec04ced2
- Parent:
- 11:61f28e3448d3
- Child:
- 13:3bf02cb26d6d
diff -r 61f28e3448d3 -r adf4ec04ced2 Levelengine.cpp
--- a/Levelengine.cpp Thu Mar 28 01:07:49 2019 +0000
+++ b/Levelengine.cpp Thu Mar 28 22:30:56 2019 +0000
@@ -1,5 +1,8 @@
#include "Levelengine.h"
+extern int _x;
+extern int _y;
+
Levelengine::Levelengine()
{
}
@@ -21,6 +24,10 @@
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);
}