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: Options_Engine/OptionsEngine.h
- Revision:
- 35:138ad0faa42b
- Parent:
- 26:0dc10374546f
- Child:
- 37:de1f584bce71
--- a/Options_Engine/OptionsEngine.h Tue Apr 30 10:55:22 2019 +0000
+++ b/Options_Engine/OptionsEngine.h Sat May 04 18:56:38 2019 +0000
@@ -35,13 +35,17 @@
void read_brightness_input(Gamepad &gamepad);
void read_ball_speed_input(Gamepad &gamepad);
void print_high_scores(N5110 &lcd);
+ void read_classic_high_scores();
void read_bb_high_scores();
Option _state;
int _next_state;
float _brightness;
int _ball_speed;
Mode _leaderboard;
- int _bbarray[5];
+ int _classic_index[6];
+ float _classic_values[6];
+ int _bb_index[6];
+ float _bb_values[6];
};
#endif
\ No newline at end of file