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:
- 2:b3ca50f2e85d
- Parent:
- 1:e18615d46071
- Child:
- 12:f714a9e8c55b
--- a/Brick/Brick.h Wed Apr 17 21:19:16 2019 +0000
+++ b/Brick/Brick.h Thu Apr 18 15:39:11 2019 +0000
@@ -11,7 +11,7 @@
Brick();
~Brick();
- void init(int x,int height,int width);
+ void init(int x,int y,int height,int width);
void draw(N5110 &lcd);
void hit();
Vector2D get_pos();