Dance Dance Revolution program for main mbed

Dependencies:   4DGL-uLCD-SE SDFileSystem mbed-rtos mbed wave_player

globals.h

Committer:
wliu88
Date:
2016-04-29
Revision:
0:8a02ac09eae0

File content as of revision 0:8a02ac09eae0:

#ifndef GLOBAL_H
#define GLOBAL_H

// === [global object] ===
extern uLCD_4DGL uLCD;
extern uLCD_4DGL uLCD2;


#endif