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 FATFileSystem
Diff: GolfEngine/GolfEngine.h
- Revision:
- 10:9f54a6366e94
- Parent:
- 9:bc34f2243e43
- Child:
- 12:7f7fadb5c106
--- a/GolfEngine/GolfEngine.h Sat Apr 20 10:42:17 2019 +0000
+++ b/GolfEngine/GolfEngine.h Tue Apr 23 12:03:38 2019 +0000
@@ -25,7 +25,7 @@
/** Destructor */
~GolfEngine();
- void init();
+ void init(int frame_rate);
void new_level();
@@ -33,7 +33,7 @@
void read_input(Gamepad &pad);
- void update_ball(Gamepad &pad, int frame_rate);
+ void update_ball(Gamepad &pad);
void drawCourseWalls(N5110 &lcd, WallMap map[], int size);