Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: GT511C3.hpp
- Revision:
- 1:0208a671ce89
- Parent:
- 0:90c64cb9db58
--- a/GT511C3.hpp Fri Jan 03 16:00:00 2014 +0000 +++ b/GT511C3.hpp Fri Feb 04 08:45:33 2022 +0000 @@ -97,6 +97,7 @@ int Init(void); int SendCommand(unsigned long Parameter,unsigned short Command); int RecvResponse(unsigned long *Parameter,unsigned short *Response); + int SendData(unsigned char *data,unsigned long size); int RecvData(unsigned char *data,unsigned long size); int SendRecv(unsigned short Command,unsigned long *Parameter,unsigned short *Response); int ClearLine(void); @@ -108,8 +109,10 @@ int Enroll_N(int N); int Identify(void); int Enroll(int ID,int (*progress)(int status,char *msg)); + int SetTemplate(int ID,unsigned char *data,unsigned long size); int CheckEnrolled(int ID); int DeleteID(int ID); + int DeleteAllIDs(); }; #endif //__GT511C3_HPP