ECE 4180 Final

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

globals.h

Committer:
yqin70
Date:
2019-12-08
Revision:
21:cbcbb3480cad
Parent:
20:7d56cdcbc9a5

File content as of revision 21:cbcbb3480cad:

#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 volatile float bubblesDrawn;
extern volatile float bubblesMissed;
extern volatile float bubblesHit;

#endif //globals_h