Revenge of the Mouse

Dependencies:   4DGL-uLCD-SE EthernetInterface Game_Synchronizer LCD_fonts MMA8452 SDFileSystem mbed-rtos mbed wave_player

Fork of 2035_Tanks_Shell by ECE2035 Spring 2015 TA

Revision:
14:36c306e26317
Child:
18:18dfc9fb33b5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/globals/globals.h	Mon Oct 26 02:58:37 2015 +0000
@@ -0,0 +1,12 @@
+#ifndef GLOBAL_H__
+#define GLOBAL_H__
+
+#define SKY_COLOR  0x7EC0EE
+#define GND_COLOR  0x66CD00
+#define TANK_RED   0xCD0000
+#define TANK_BLUE  0x000080
+#define PI  3.1415926535797
+
+int CONVERT_24_TO_16_BPP(int col_24);
+
+#endif //GLOBAL_H__
\ No newline at end of file