XJEL2645 (18/19) / Mbed 2 deprecated Snake_Project

Dependencies:   mbed FXOS8700Q

Revision:
3:e11f0976b2db
Parent:
2:b891a5841ee2
Child:
5:e01f97a356be
diff -r b891a5841ee2 -r e11f0976b2db Food/Food.h
--- 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();