Serial library for Diablo4D. Tested with uLCD220RD

Files at this revision

API Documentation at this revision

Comitter:
martin13
Date:
Tue May 09 14:29:22 2017 +0000
Parent:
1:9a2c573adad6
Commit message:
Remove old func

Changed in this revision

Diablo_Serial_4DLib.h Show annotated file Show diff for this revision Revisions of this file
--- a/Diablo_Serial_4DLib.h	Tue May 09 14:24:10 2017 +0000
+++ b/Diablo_Serial_4DLib.h	Tue May 09 14:29:22 2017 +0000
@@ -20,9 +20,6 @@
 #define OCT 8
 #define BIN 2
 
-void           init_clock(void);
-unsigned long  get_millis(void);
-
 typedef void (*Tcallback4D)(int, unsigned char); 
 
 class Diablo_Serial_4DLib