Rhythm game with mbed

Dependencies:   4DGL-uLCD-SE SDFileSystem mbed wave_player

main.cpp

Committer:
spoda
Date:
2016-11-01
Revision:
1:4136709c77f4
Parent:
0:40c6dc4c379b

File content as of revision 1:4136709c77f4:

#include "mbed.h"
#include "uLCD_4DGL.h"
#include "rhythm.h"
#include <stdlib.h>

int main()
{
Rhythm r1;
r1.drawTitleScreen();    
}