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

Committer:
epgmdm
Date:
Sun Jan 24 16:15:53 2016 +0000
Revision:
1:c2232b1eaf31
Basic structure has Hub,Locker,Battery and Test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
epgmdm 1:c2232b1eaf31 1 /**
epgmdm 1:c2232b1eaf31 2 * All the code associated to run the mbed as a hub.
epgmdm 1:c2232b1eaf31 3 */
epgmdm 1:c2232b1eaf31 4 void initialiseHub(FILE *fp);
epgmdm 1:c2232b1eaf31 5 void loopHub();