Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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
