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: Alien/Alien.h
- Revision:
- 12:be491ab6e742
- Parent:
- 10:9189419fda68
- Child:
- 13:b85f14d35be1
diff -r c174d84e4866 -r be491ab6e742 Alien/Alien.h
--- a/Alien/Alien.h Wed Apr 01 11:23:25 2020 +0000
+++ b/Alien/Alien.h Wed Apr 01 14:40:29 2020 +0000
@@ -1,13 +1,11 @@
-
#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
class Alien
{
-
public:
- void init(int y, int size);
+ void init(int x, int y, int size);
void render(N5110 &lcd);
Vector2D get_position();
void update(N5110 &lcd);