Game For ECE 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
4:37d3935365f8
Parent:
0:35660d7952f7
--- a/globals.h	Mon Oct 28 05:26:35 2019 +0000
+++ b/globals.h	Tue Sep 28 13:52:11 2021 +0000
@@ -13,6 +13,13 @@
 #include "SDFileSystem.h"
 
 // Declare the hardware interface objects
+/*
+This file holds all the global variables that are accessable from all the 
+different files in this project. You see below most of it looks like hardware.
+That's because it is hardware! The uLCD object is how you interact with the LCD
+screen. The sd variable is how you interact with the sd card and so on for all
+the other variables.
+*/
 extern uLCD_4DGL uLCD;      // LCD Screen
 extern SDFileSystem sd;     // SD Card
 extern Serial pc;           // USB Console output