LCD object

Dependents:   Lab5

Fork of 4DGL-uLCD-SE by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
jchin32
Date:
Wed Nov 08 20:22:53 2017 +0000
Parent:
7:e39a44de229a
Commit message:
included header guards

Changed in this revision

uLCD_4DGL.h Show annotated file Show diff for this revision Revisions of this file
diff -r e39a44de229a -r df8988c8d7d1 uLCD_4DGL.h
--- 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