Rhythm game with mbed

Dependencies:   4DGL-uLCD-SE SDFileSystem mbed wave_player

Revision:
0:40c6dc4c379b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Nov 01 02:11:22 2016 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "uLCD_4DGL.h"
+#include "rhythm.h"
+#include <stdlib.h>
+
+int main()
+{
+Rhythm r1;
+r1.drawTitleScreen();    
+}
\ No newline at end of file