Tank Dodger Game

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

globals.h

Committer:
ashankar35
Date:
2017-03-14
Revision:
0:350246c72962

File content as of revision 0:350246c72962:

#ifndef GLOBAL_H__
#define GLOBAL_H__

#define SKY_COLOR  0x7EC0EE
#define GND_COLOR  0x66CD00
#define TANK_RED   0xCD0000
#define TANK_BLUE  0x000080

#define U_BUTTON 0
#define R_BUTTON 1
#define D_BUTTON 2
#define L_BUTTON 3

#define TURN_P1 0
#define TURN_P2 1


#endif //GLOBAL_H__