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: HighScore/HighScore.h
- Revision:
- 85:87bc28b151d8
- Parent:
- 82:3211b31e9421
- Child:
- 86:eecd168c3a23
--- a/HighScore/HighScore.h Tue May 26 14:39:45 2020 +0000
+++ b/HighScore/HighScore.h Tue May 26 19:38:48 2020 +0000
@@ -10,7 +10,7 @@
#include "SDErrors.h"
/** High Score class
- * @brief Displayes the highest score
+ * @brief Displays the highest score
* @author Benjamin Evans, University of Leeds
* @date May 2020
*/
@@ -22,11 +22,11 @@
/** Destructor */
~HighScore();
- /** Initalises HighScore
+ /** Initialises HighScore
*/
void init();
- /** Saves the the sore if a new High score
+ /** Saves the sore if a new High score
* @param lcd @details N5110 object
* @param sd @details sd card object
* @param new_high_score
@@ -34,7 +34,7 @@
void save_new_high_score(SDFileSystem &sd, N5110 &lcd,
int new_high_score);
- /** Reads and returns the hgihest score
+ /** Reads and returns the highest score
* @param sd @details sd card object
* @return high_score
*/
@@ -67,4 +67,4 @@
bool save_test(int score,SDFileSystem &sd, N5110 &lcd);
};
-#endif
\ No newline at end of file
+#endif