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:
- 4:74df7fc26fef
- Parent:
- 3:9ba47197d94f
- Child:
- 5:8936798c19a3
--- a/uLCD_4DGL.h Mon Nov 18 03:05:40 2013 +0000
+++ b/uLCD_4DGL.h Wed Nov 20 03:25:53 2013 +0000
@@ -26,7 +26,7 @@
#endif
// Common WAIT value in millisecond
-#define TEMPO 0.1
+#define TEMPO 0.05
// 4DGL Functions values
#define AUTOBAUD '\x55'
@@ -301,6 +301,7 @@
void freeBUFFER (void);
void writeBYTE (char);
+ void writeBYTEfast (char);
int writeCOMMAND(char *, int);
int writeCOMMANDnull(char *, int);
int readVERSION (char *, int);
@@ -316,3 +317,4 @@
+
