Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
84:9950d561fdf8
Parent:
83:329da564799a
Child:
89:8fbb0405a916
--- a/MenuClasses/Settings/Settings.h	Mon May 06 14:28:35 2019 +0000
+++ b/MenuClasses/Settings/Settings.h	Mon May 06 16:15:21 2019 +0000
@@ -11,7 +11,7 @@
 
     Settings();
     ~Settings();
-    
+
     /** Initialise Settings
     *
     *   This function passes the pointers to the settings class so that it can control the screen and the gamepad.
@@ -68,7 +68,7 @@
 
 private:
     float cs_sc[2]; //this array helps to return Control speeds and Show credits parameters.
-    
+
     //Pointer to the game pad object pad.
     Gamepad *_pad;
     //Pointer to the N5110 object lcd.