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: Brick/Brick.h
- Revision:
- 12:f714a9e8c55b
- Parent:
- 2:b3ca50f2e85d
- Child:
- 32:4dba7a85dbb2
--- a/Brick/Brick.h Mon Apr 22 20:32:52 2019 +0000
+++ b/Brick/Brick.h Mon Apr 22 21:45:18 2019 +0000
@@ -15,6 +15,7 @@
void draw(N5110 &lcd);
void hit();
Vector2D get_pos();
+ void set_pos(Vector2D p);
private: