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: Lore/Lore.h
- Revision:
- 53:3fdc4486f672
- Parent:
- 51:2231e2e141b9
--- a/Lore/Lore.h Thu May 09 13:22:45 2019 +0000 +++ b/Lore/Lore.h Thu May 09 14:52:52 2019 +0000 @@ -51,6 +51,14 @@ *@param &lcd address of the N5110 library used for the lcd display */ void intro(N5110 &lcd); + /** Displays game information + *@param &lcd address of the N5110 library used for the lcd display + */ + void help(N5110 &lcd); + /** Holds the info displayed in intro about game + *@param &lcd address of the N5110 library used for the lcd display + */ + void ships1(N5110 &lcd); private: