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:
- 12:adf4ec04ced2
- Parent:
- 11:61f28e3448d3
- Child:
- 13:3bf02cb26d6d
--- a/Minerengine.h Thu Mar 28 01:07:49 2019 +0000
+++ b/Minerengine.h Thu Mar 28 22:30:56 2019 +0000
@@ -43,14 +43,16 @@
void miner_jump(N5110 &lcd, Gamepad &pad);
void miner_init();
void miner_collision(N5110 &lcd);
+ Vector2D get_pos();
+
+
+ int test();
private:
Direction _d;
int _direction;
int _jump;
- int _x;
- int _y;
int _right_collision;
int _left_collision;
int _stop_jump;