ELEC2645 Embedded Systems Project (JOYSTICK)

Dependencies:   N5110 SDFileSystem mbed

Revision:
3:cea8b85dbbdd
Parent:
2:537b8388dc6a
Child:
4:f17082a43006
--- a/main.h	Sat May 07 14:35:21 2016 +0000
+++ b/main.h	Sat May 07 14:38:27 2016 +0000
@@ -27,6 +27,7 @@
 SDFileSystem sd(PTE3, PTE1, PTE2, PTE4, "sd");
 
 /// VARIABLES
+
 int pdirection;/*!< temporary direction store for constant movement function */
 int gamemode; /*!< Decides game mode */
 int HiScoreTable[5]; /*!< Array to store high scores (read from SD, write to SD) */