working version of song control with initialization from sd card

Dependencies:   MFRC522 NRF2401P SDFileSystem SPI_TFT_ILI9341 TFT_fonts mbed

Fork of Song_Control by Malcolm McCulloch

Revision:
0:c0f34d23943d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/locker.h	Sat Jan 23 00:14:37 2016 +0000
@@ -0,0 +1,5 @@
+/**
+* All the code associated to run the mbed as a locker.
+*/
+void initialiseLocker(FILE *fp);
+void loopLocker();
\ No newline at end of file