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:
- 32:4dba7a85dbb2
- Parent:
- 12:f714a9e8c55b
- Child:
- 34:07ded1f83c59
--- a/Brick/Brick.h Wed Apr 24 05:59:02 2019 +0000
+++ b/Brick/Brick.h Wed Apr 24 06:33:04 2019 +0000
@@ -13,7 +13,7 @@
~Brick();
void init(int x,int y,int height,int width);
void draw(N5110 &lcd);
- void hit();
+ bool hit();
Vector2D get_pos();
void set_pos(Vector2D p);