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:
- 4:55d904040636
- Parent:
- 3:1a134243e2f0
- Child:
- 5:0a116644cce2
diff -r 1a134243e2f0 -r 55d904040636 boom/boom.h
--- a/boom/boom.h Sun Apr 15 17:36:29 2018 +0000
+++ b/boom/boom.h Mon Apr 16 00:11:15 2018 +0000
@@ -11,7 +11,7 @@
~boom();
void init(int x,int y);
void draw(N5110 &lcd);
- void update(Direction d,float mag);
+ void update();
Vector2D get_pos();
private: