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.h
- Revision:
- 5:0655bddafd9e
- Parent:
- 4:b92da6a09c8b
--- a/Levelengine.h Thu Mar 21 21:29:11 2019 +0000
+++ b/Levelengine.h Thu Mar 21 22:55:40 2019 +0000
@@ -13,11 +13,14 @@
Levelengine();
~Levelengine();
void test_level(N5110 &lcd);
+ void level_direction(Gamepad &pad);
+ void level_move(Gamepad &pad);
private:
Minerengine miner;
-
+ Direction _d;
+ int _x;
};