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
Diff: uLCD_4DGL.h
- Revision:
- 8:2cb1845d7681
- Parent:
- 7:e39a44de229a
- Child:
- 9:b48dcbbcb69a
--- a/uLCD_4DGL.h Sat Nov 30 02:05:15 2013 +0000 +++ b/uLCD_4DGL.h Wed Oct 28 14:52:48 2015 +0000 @@ -21,7 +21,8 @@ // @author Stephane Rochon #include "mbed.h" - +#ifndef _uLCD +#define _uLCD 0 // Debug Verbose off - SGE commands echoed to USB serial for debugmode=1 #ifndef DEBUGMODE #define DEBUGMODE 0 @@ -336,6 +337,7 @@ }; typedef unsigned char BYTE; +#endif @@ -343,4 +345,3 @@ -
