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: engine/engine.h
- Revision:
- 10:ef01b3076040
- Parent:
- 6:46d0caedf217
- Child:
- 11:7027f69672fc
--- a/engine/engine.h Thu Apr 19 23:07:14 2018 +0000
+++ b/engine/engine.h Sun Apr 22 23:34:39 2018 +0000
@@ -30,6 +30,10 @@
void engine::check_rect_pos(Gamepad &pad);
void engine::check_boom_pos(Gamepad &pad);
+ void check_goal(Gamepad &pad);
+ void print_scores(N5110 &lcd);
+
+
rect _rect;
int _speed;