1

Dependencies:   mbed Gamepad N5110

Revision:
8:cd73516e85b6
Parent:
7:cafa0b96e8d3
Child:
9:5f73221012bf
--- a/Food/Food.h	Sun May 05 12:10:48 2019 +0000
+++ b/Food/Food.h	Sun May 05 12:11:52 2019 +0000
@@ -9,8 +9,8 @@
 
 /** Enum for Foodpos */
 struct Foodpos{
-    int x;
-    int y;
+    int x;  /**< Food X coordirate*/
+    int y;  /**< Food Y coordirate*/
     
     };