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.cpp
- Revision:
- 22:9e9685856ce1
- Parent:
- 21:44e87d88afe2
--- a/Scores/Scores.cpp Thu May 09 13:10:16 2019 +0000 +++ b/Scores/Scores.cpp Thu May 09 13:45:05 2019 +0000 @@ -24,7 +24,7 @@ return new_score; } -void Scores::display_score(float current, N5110 &lcd) +void Scores::display_score(float current, N5110 &lcd) // Display the current games end score { char buffer[14]; sprintf(buffer, "%.0f", current); @@ -32,7 +32,7 @@ lcd.printString(buffer, 60, 4); } -void Scores::display_top_scores(N5110 &lcd) +void Scores::display_top_scores(N5110 &lcd) // Displays high scores { char buffer[14]; sprintf(buffer, "%.0f", _top_three[0]);