Time Stamp using fingerprint with WIZwiki-W7500.

Dependencies:   GT511C3 NTPClient SDFileSystem WIZnetInterface mbed-src

Fork of GT511C3_HelloWorld_WIZwiki-W7500 by WIZnet

Revision:
7:8b9ef3211cd0
Parent:
6:016ad8f480d3
Child:
8:574087f87b1e
--- a/main.cpp	Fri Jan 03 15:52:29 2014 +0000
+++ b/main.cpp	Fri Jan 03 16:03:44 2014 +0000
@@ -19,6 +19,9 @@
     debug.format(8,Serial::None,1);
     debug.baud(115200);
 
+    debug.printf("Fingerprint reader module \"GT-511C3 / GT-511C31\" test program.\n");
+    debug.printf("Build: %s %s\n",__DATE__,__TIME__);
+
     debug.printf("Open\n");
     sts = finger.Open();
     debug.printf("sts = %d\n",sts);