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.
Diff: Ball/Ball.h
- Revision:
- 21:bcc84d5cb068
- Parent:
- 20:041affa5e242
- Child:
- 22:745b4d352183
--- a/Ball/Ball.h Tue May 08 11:57:19 2018 +0000
+++ b/Ball/Ball.h Tue May 08 12:20:04 2018 +0000
@@ -15,6 +15,7 @@
void init();
void draw(N5110 &lcd);
void update(Direction dir);
+ Vector2D get_pos();
private: