Time Stamp using fingerprint with WIZwiki-W7500.

Dependencies:   GT511C3 NTPClient SDFileSystem WIZnetInterface mbed-src

Fork of GT511C3_HelloWorld_WIZwiki-W7500 by WIZnet

Revision:
2:34a647292050
Parent:
1:4a1be9379e92
Child:
3:459a4f985a45
--- a/GT511C3.h	Fri Jan 03 06:34:26 2014 +0000
+++ b/GT511C3.h	Fri Jan 03 07:24:39 2014 +0000
@@ -60,5 +60,7 @@
     int Init(void);
     int SendCommand(unsigned long Parameter,unsigned short Command);
     int RecvResponse(unsigned long *Parameter,unsigned short *Response);
+    int SendRecv(unsigned short Command,unsigned long *Parameter,unsigned short *Response);
     int ClearLine(void);
+    int WaitPress(void);
 };