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: boom/boom.h
- Revision:
- 7:1964f649676e
- Parent:
- 5:0a116644cce2
- Child:
- 17:7acfc8a0c277
--- a/boom/boom.h Tue Apr 17 20:53:43 2018 +0000
+++ b/boom/boom.h Tue Apr 17 23:03:03 2018 +0000
@@ -13,7 +13,7 @@
void draw(N5110 &lcd);
void update();
Vector2D get_pos();
- void set_pos(Vector2D p);
+ void set_pos(Vector2D p1);
private:
int boom_x;
int boom_y;