ECE 4180 Final

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

Revision:
19:d65f9fb1023b
Child:
20:7d56cdcbc9a5
diff -r 548fdf1a9736 -r d65f9fb1023b globals.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/globals.h	Fri Dec 06 15:46:16 2019 +0000
@@ -0,0 +1,18 @@
+#ifndef globals_h
+#define globals_h
+
+#include "mbed.h"
+#include "rtos.h"
+
+#ifndef ULCD_4DGL_H_
+#define ULCD_4DGL_H_
+#include "uLCD_4DGL.h"
+#endif
+
+extern uLCD_4DGL uLCD;
+extern Mutex lcd_mutex;
+
+extern int bubblesDrawn;
+extern int bubblesMissed;
+
+#endif //globals_h
\ No newline at end of file