Kevin Rhyne / Whiffy

Dependencies:   4DGL-uLCD-SE mbed

Revision:
11:419e5d18d42b
Parent:
10:99392075e1d0
Child:
12:ef988c7fe8a4
--- a/src/LCDControl.h	Mon Oct 19 19:57:15 2015 +0000
+++ b/src/LCDControl.h	Mon Oct 19 20:23:37 2015 +0000
@@ -1,4 +1,6 @@
-//import LCD stuff
+#ifndef LCDCONTROL_H
+#define LCDCONTROL_H
+
 #include "mbed.h"
 #include "uLCD_4DGL.h"
 
@@ -18,4 +20,4 @@
 
 };
     
-    
\ No newline at end of file
+#endif
\ No newline at end of file