My take on the classic Pac man game. Using mbed LPC 1768 and Nokia 5110 LCD Analog joystick used to control direction

Dependencies:   N5110 PowerControl mbed

Revision:
27:c1e337f1b99f
Parent:
26:4cfeb2c29326
--- a/main.h	Fri May 08 10:39:48 2015 +0000
+++ b/main.h	Mon May 11 10:50:03 2015 +0000
@@ -1,7 +1,8 @@
 /**
 @file main.h
 @brief Header file containing functions prototypes, defines and global variables.
-
+@see "Pacman" by Shawn Rigdon
+@see "Joystick" by Craig Evans
 @brief Revision 1.0.
 @author Konlatee Sittichaivijit
 @date   April 2015
@@ -18,9 +19,12 @@
 #include "PowerControl/EthernetPowerControl.h"
 
 
-
+/**
+@namespace LocalFileSystem local("local")
+@brief Creates a local file on the flash memory of the mbed for high score storage
+*/
 
-
+LocalFileSystem local("local"); // define local file system
 /**
 @namespace PWM3
 @brief Red LED