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:
- 20:041affa5e242
- Parent:
- 17:68d4b4095d80
- Child:
- 21:bcc84d5cb068
--- a/Ball/Ball.h Tue May 08 11:32:13 2018 +0000
+++ b/Ball/Ball.h Tue May 08 11:57:19 2018 +0000
@@ -11,8 +11,15 @@
Ball();
~Ball();
-
+
+ void init();
+ void draw(N5110 &lcd);
+ void update(Direction dir);
+
private:
+ int _circx;
+ int _circy;
+ int _speed;
};
#endif
\ No newline at end of file