1

Dependencies:   mbed Gamepad N5110

Revision:
6:1ad8c738b9b7
Parent:
5:c5fa3fea1a20
Child:
7:cafa0b96e8d3
--- a/Snake/Snake.h	Thu May 02 07:48:32 2019 +0000
+++ b/Snake/Snake.h	Thu May 02 08:17:22 2019 +0000
@@ -48,12 +48,12 @@
         
         /** Determine if the snake is dead
         * @param the subclass of N5110(lcd) and Gamepad(pad)
+        * @return  return 0
         */
         int dead(N5110 &lcd, Gamepad &pad);
         
         /** Determine if the snake eats food
         * @param the subclass of Gamepad(pad)
-        * @return  return 0
         */
         void eat(Gamepad &pad);