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:
- 12:5846e92948ad
- Parent:
- 11:0f169c4ecd0a
--- a/Food/Food.h Mon May 06 02:36:34 2019 +0000
+++ b/Food/Food.h Mon May 06 02:46:08 2019 +0000
@@ -15,6 +15,12 @@
int y;/**< int for y value */
}; //define position of food
+
+ /** Food Class
+ * @brief Does nothing useful
+ * @author Du Xianjie
+ * @date May, 2019
+ */
class Food{
@@ -24,7 +30,8 @@
/** Destructor */
~Food();
- /** Set the screen
+ /** Set the screen
+ * @param init ()
*/
void init();
/** Draw the screen
@@ -32,6 +39,7 @@
*/
void draw(N5110 &lcd);
/** Get the response
+ * @param ()
*/
void response();
/** Get the score