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.
Dependencies: mbed
Diff: Rocket/Rocket.h
- Revision:
- 7:06c86ec1f19d
- Parent:
- 6:7b733b2a6cf6
- Child:
- 12:4d7f1349d796
diff -r 7b733b2a6cf6 -r 06c86ec1f19d Rocket/Rocket.h
--- a/Rocket/Rocket.h Fri Apr 20 21:03:05 2018 +0000
+++ b/Rocket/Rocket.h Tue Apr 24 10:17:39 2018 +0000
@@ -17,6 +17,9 @@
Vector2D get_pos();
void add_score();
int get_score();
+ void drawFullHearts(N5110 &lcd);
+ void drawTwoHearts(N5110 &lcd);
+ void drawOneHeart(N5110 &lcd);
private: