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:
1:c2232b1eaf31
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hub.h	Sun Jan 24 16:15:53 2016 +0000
@@ -0,0 +1,5 @@
+/**
+* All the code associated to run the mbed as a hub.
+*/
+void initialiseHub(FILE *fp);
+void loopHub();
\ No newline at end of file