Kevin Lin / 4DGL-uLCD-SE

Dependents:   Lab4Farkle

Files at this revision

API Documentation at this revision

Comitter:
klin315
Date:
Tue Oct 26 05:08:34 2021 +0000
Parent:
7:e39a44de229a
Commit message:
Goes with rest;

Changed in this revision

uLCD_4DGL.h Show annotated file Show diff for this revision Revisions of this file
--- a/uLCD_4DGL.h	Sat Nov 30 02:05:15 2013 +0000
+++ b/uLCD_4DGL.h	Tue Oct 26 05:08:34 2021 +0000
@@ -19,7 +19,8 @@
 // along with uLCD_4DGL.  If not, see <http://www.gnu.org/licenses/>.
 
 // @author Stephane Rochon
-
+#ifndef ULCD4DGL_H
+#define ULCD4DGL_H
 #include "mbed.h"
 
 // Debug Verbose off - SGE commands echoed to USB serial for debugmode=1
@@ -337,6 +338,7 @@
 
 typedef unsigned char BYTE;
 
+#endif
 
 
 
@@ -344,3 +346,4 @@
 
 
 
+