1

Dependencies:   mbed Gamepad N5110

Revision:
7:cafa0b96e8d3
Parent:
6:1ad8c738b9b7
Child:
8:cd73516e85b6
--- a/Food/Food.h	Thu May 02 08:17:22 2019 +0000
+++ b/Food/Food.h	Sun May 05 12:10:48 2019 +0000
@@ -5,15 +5,15 @@
 #include "mbed.h"
 #include "N5110.h"
 #include "Gamepad.h"
-//#include "Snake.h"
+
 
-/************************Structs************************/
+/** Enum for Foodpos */
 struct Foodpos{
     int x;
     int y;
     
     };
-/************************Class Def************************/   
+
 
 /** My Food Class
 * @brief Class for defining Food properties and states
@@ -24,7 +24,6 @@
 class Food{
     
     
-/************************Public Vars************************/  
     public:
             
             /** Constructor */
@@ -51,7 +50,7 @@
             */
             Foodpos returnPos();
     
-/************************Private Vars************************/      
+    
     private: