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: Minerengine.h
- Revision:
- 8:9bc80e40ac0d
- Parent:
- 7:c6e6ec0e3396
- Child:
- 9:f16581e1eba9
diff -r c6e6ec0e3396 -r 9bc80e40ac0d Minerengine.h
--- a/Minerengine.h Mon Mar 25 11:19:20 2019 +0000
+++ b/Minerengine.h Mon Mar 25 15:29:19 2019 +0000
@@ -51,6 +51,8 @@
Direction _d;
int _direction;
int _jump;
+ int _x;
+ int _y;
};