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: Scores/Scores.h
- Revision:
- 18:165e3d49daa8
- Parent:
- 17:cb39d9fa08dc
- Child:
- 21:44e87d88afe2
--- a/Scores/Scores.h Sat Apr 27 17:43:46 2019 +0000
+++ b/Scores/Scores.h Tue Apr 30 09:30:40 2019 +0000
@@ -17,8 +17,6 @@
float score_calculator(int turns, int health);
void display_score(float current, N5110 &lcd);
void display_top_scores(N5110 &lcd);
- void read_sd_scores();
- void write_sd_scores();
private: