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:
15:a5590211888c
Parent:
14:56e355c5cfc9
Child:
16:68b9460d4c76
--- a/main.h	Sun May 01 16:50:37 2016 +0000
+++ b/main.h	Wed May 04 12:33:52 2016 +0000
@@ -10,6 +10,7 @@
 #define MAIN_H
 
 #include "mbed.h"
+#include "beep.h"
 
 /**  
 @namespace greenLed
@@ -25,7 +26,7 @@
 DigitalOut greenLed(PTC2);
 DigitalOut redLed(PTA2);
 AnalogIn pot(PTB10);
-//Beep buzzer(PTA1);
+Beep buzzer(PTA1);
 
 /// create enumerated type (0,1,2,3 etc. for current direction snake is travelling (not joystick reading))
 enum CurrentDirection {