ECE 4180 Final

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

Revision:
21:cbcbb3480cad
Parent:
20:7d56cdcbc9a5
--- a/globals.h	Fri Dec 06 18:00:11 2019 +0000
+++ b/globals.h	Sun Dec 08 02:18:30 2019 +0000
@@ -12,7 +12,8 @@
 extern uLCD_4DGL uLCD;
 extern Mutex lcd_mutex;
 
-extern volatile int bubblesDrawn;
-extern volatile int bubblesMissed;
+extern volatile float bubblesDrawn;
+extern volatile float bubblesMissed;
+extern volatile float bubblesHit;
 
 #endif //globals_h
\ No newline at end of file