ECE 4180 Final

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

globals.h

Committer:
jcrane32
Date:
2019-12-06
Revision:
19:d65f9fb1023b
Child:
20:7d56cdcbc9a5

File content as of revision 19:d65f9fb1023b:

#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