Time Stamp using fingerprint with WIZwiki-W7500.
Dependencies: GT511C3 NTPClient SDFileSystem WIZnetInterface mbed-src
Fork of GT511C3_HelloWorld_WIZwiki-W7500 by
Diff: GT511C3.h
- Revision:
- 3:459a4f985a45
- Parent:
- 2:34a647292050
- Child:
- 4:3dd0f98e6f09
--- a/GT511C3.h Fri Jan 03 07:24:39 2014 +0000
+++ b/GT511C3.h Fri Jan 03 12:56:03 2014 +0000
@@ -62,5 +62,10 @@
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);
+ int WaitPress(int press);
+ int CmosLed(int onoff);
+ int IsPress(void);
+ int Capture(int best);
+ int Enroll_N(int N);
+ int Identify(void);
};
