This is the same 4DGL-uLCD-SE library as what it's forked from with just an #ifndef statement.
Fork of 4DGL-uLCD-SE by
Revision 8:d901d4d206e6, committed 2014-06-16
- Comitter:
- jlind6
- Date:
- Mon Jun 16 17:55:03 2014 +0000
- Parent:
- 7:e39a44de229a
- Commit message:
- Added #ifndef statement to the header
Changed in this revision
uLCD_4DGL.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e39a44de229a -r d901d4d206e6 uLCD_4DGL.h --- a/uLCD_4DGL.h Sat Nov 30 02:05:15 2013 +0000 +++ b/uLCD_4DGL.h Mon Jun 16 17:55:03 2014 +0000 @@ -27,6 +27,9 @@ #define DEBUGMODE 0 #endif +#ifndef ULCD_4DGL_H +#define ULCD_4DGL_H + // Common WAIT value in milliseconds between commands #define TEMPO 0 @@ -337,6 +340,7 @@ typedef unsigned char BYTE; +#endif // ULCD_4DGL_H @@ -344,3 +348,4 @@ +