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:
20:7d56cdcbc9a5
Parent:
19:d65f9fb1023b
Child:
21:cbcbb3480cad

File content as of revision 20:7d56cdcbc9a5:

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

#endif //globals_h