A fork of Hamblins, to create a pull request.
Fork of 4DGL-uLCD-SE by
Revision 8:625dde6b63d1, committed 2015-10-11
- Comitter:
- OmnipotentEntity
- Date:
- Sun Oct 11 03:35:56 2015 +0000
- Parent:
- 7:e39a44de229a
- Commit message:
- Add a header guard to the .h file
Changed in this revision
uLCD_4DGL.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e39a44de229a -r 625dde6b63d1 uLCD_4DGL.h --- 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