A fork of Hamblins, to create a pull request.

Fork of 4DGL-uLCD-SE by jim hamblen

Revision:
8:625dde6b63d1
Parent:
7:e39a44de229a
--- a/uLCD_4DGL.h	Sat Nov 30 02:05:15 2013 +0000
+++ b/uLCD_4DGL.h	Sun Oct 11 03:35:56 2015 +0000
@@ -20,6 +20,9 @@
 
 // @author Stephane Rochon
 
+#ifndef ULCD_4DGL_H
+#define ULCD_4DGL_H
+
 #include "mbed.h"
 
 // Debug Verbose off - SGE commands echoed to USB serial for debugmode=1
@@ -337,10 +340,4 @@
 
 typedef unsigned char BYTE;
 
-
-
-
-
-
-
-
+#endif // Header Guard
\ No newline at end of file