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:
- 9:f16581e1eba9
- Parent:
- 8:9bc80e40ac0d
- Child:
- 10:65a6866d418b
--- a/Minerengine.h Mon Mar 25 15:29:19 2019 +0000
+++ b/Minerengine.h Mon Mar 25 18:57:48 2019 +0000
@@ -44,7 +44,7 @@
Vector2D get_pos();
void set_pos(Vector2D p);
void miner_init();
- int x;
+ void miner_collision(N5110 &lcd);
private:
@@ -53,6 +53,7 @@
int _jump;
int _x;
int _y;
+ int _collision;
};