Time Stamp using fingerprint with WIZwiki-W7500.
Dependencies: GT511C3 NTPClient SDFileSystem WIZnetInterface mbed-src
Fork of GT511C3_HelloWorld_WIZwiki-W7500 by
Revision 12:0dbf1579a20f, committed 2015-07-30
- Comitter:
- hjjeon
- Date:
- Thu Jul 30 10:59:42 2015 +0000
- Parent:
- 11:32515dcc6993
- Commit message:
- Change printf contents
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 32515dcc6993 -r 0dbf1579a20f main.cpp --- a/main.cpp Thu Jul 30 08:19:13 2015 +0000 +++ b/main.cpp Thu Jul 30 10:59:42 2015 +0000 @@ -159,7 +159,7 @@ //FORMAT TIME FOR DISPLAY AND STORE FORMATTED RESULT IN BUFFER strftime(buffer,80,"%Y/%m/%d %p %I:%M:%S \r\n",localtime(&sysTime)); fprintf(fp, "ID : %d\r\nTime : %s\r\n", ID, buffer); - printf("Univ Time Clock\r\n%s\r\n", buffer); + printf("Date and Time\r\n%s\r\n", buffer); } printf("Remove finger\r\n");