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:
- 7:c6e6ec0e3396
- Parent:
- 6:866281ce2b44
- Child:
- 8:9bc80e40ac0d
diff -r 866281ce2b44 -r c6e6ec0e3396 Levelengine.cpp
--- a/Levelengine.cpp Fri Mar 22 02:00:48 2019 +0000
+++ b/Levelengine.cpp Mon Mar 25 11:19:20 2019 +0000
@@ -1,5 +1,6 @@
#include <iostream>
#include "Levelengine.h"
+#include "Minerengine.h"
Levelengine::Levelengine()
{
@@ -23,8 +24,7 @@
lcd.drawRect(40,45,30,2,FILL_BLACK);
lcd.drawRect(20,22,15,2,FILL_BLACK);
-
- printf("Level x %i \n", _x_position);
+ printf("Level x %i \n", miner.x);
-}
\ No newline at end of file
+}