LCD object

Dependents:   Lab5

Fork of 4DGL-uLCD-SE by jim hamblen

Revision:
9:df8988c8d7d1
Parent:
7:e39a44de229a
--- a/uLCD_4DGL.h	Sat Nov 30 02:05:15 2013 +0000
+++ b/uLCD_4DGL.h	Wed Nov 08 20:22:53 2017 +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,6 +340,7 @@
 
 typedef unsigned char BYTE;
 
+#endif