meurig phillips snake game - accidentally published to my account instead of to the group!

Dependencies:   Joystick N5110 SDFileSystem beep fsmMenu mbed

Fork of SnakeProjectRev1 by Meurig Phillips

Revision:
13:08159ea3d556
Parent:
12:825a402d230f
Child:
14:56e355c5cfc9
--- a/main.h	Sun May 01 13:46:08 2016 +0000
+++ b/main.h	Sun May 01 14:43:01 2016 +0000
@@ -64,7 +64,7 @@
 */
 void newFruitXY();
 /**
-Main in game function, involves the input, logic and display
+Receives input form joystick and updates the current direction
 */
 void moveSnake();
 /**
@@ -99,6 +99,10 @@
 Game paused function
 */
 void gamePaused();
+/**
+Contains all logic for the snake game and displays accordingly
+*/
+void gameLogic();
 
 
 #endif
\ No newline at end of file