Fork of library forked by beanmachine44, which was originally written by tosihisa

Dependencies:   GT511C3

Revision:
1:aa0bd9bd1c56
Parent:
0:90c64cb9db58
--- a/GT511C3.hpp	Fri Jan 03 16:00:00 2014 +0000
+++ b/GT511C3.hpp	Tue Dec 01 18:13:20 2015 +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);
@@ -109,7 +110,9 @@
     int Identify(void);
     int Enroll(int ID,int (*progress)(int status,char *msg));
     int CheckEnrolled(int ID);
+    int SetTemplate(int ID,unsigned char *data,unsigned long size);
     int DeleteID(int ID);
+    int DeleteAllIDs();
 };
 
 #endif  //__GT511C3_HPP