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: Food/Food.h
- Revision:
- 3:e11f0976b2db
- Parent:
- 2:b891a5841ee2
- Child:
- 5:e01f97a356be
--- a/Food/Food.h Sun May 05 14:59:29 2019 +0000 +++ b/Food/Food.h Sun May 05 15:04:05 2019 +0000 @@ -33,15 +33,15 @@ */ void init(); /** Draw the screen - * @renturn draw (N5110 &lcd) + * @param (N5110 &lcd) */ void draw(N5110 &lcd); /** Get the response - * @response () + * @param () */ void response(); - /** Get the position - * @return the current position + /** Get the score + * @return the current score */ pos returnPos();