Rhythm game with mbed

Dependencies:   4DGL-uLCD-SE SDFileSystem mbed wave_player

Committer:
spoda
Date:
Tue Nov 01 02:20:45 2016 +0000
Revision:
1:4136709c77f4
Parent:
0:40c6dc4c379b
rhythm game

Who changed what in which revision?

UserRevisionLine numberNew contents of line
spoda 0:40c6dc4c379b 1 #include "mbed.h"
spoda 0:40c6dc4c379b 2 #include "uLCD_4DGL.h"
spoda 0:40c6dc4c379b 3 #include "rhythm.h"
spoda 0:40c6dc4c379b 4 #include <stdlib.h>
spoda 0:40c6dc4c379b 5
spoda 0:40c6dc4c379b 6 int main()
spoda 0:40c6dc4c379b 7 {
spoda 0:40c6dc4c379b 8 Rhythm r1;
spoda 0:40c6dc4c379b 9 r1.drawTitleScreen();
spoda 0:40c6dc4c379b 10 }