Aaron Reavley / Mbed 2 deprecated FingerPrintSenor

Dependencies:   mbed

Revision:
1:640d881ac3ee
Parent:
0:1c1e369b9269
diff -r 1c1e369b9269 -r 640d881ac3ee GT511C3/GT511C3.hpp
--- a/GT511C3/GT511C3.hpp	Mon May 06 16:31:59 2019 +0000
+++ b/GT511C3/GT511C3.hpp	Thu May 23 06:22:00 2019 +0000
@@ -97,7 +97,6 @@
     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);
@@ -111,8 +110,6 @@
     int Enroll(int ID,int (*progress)(int status,char *msg));
     int CheckEnrolled(int ID);
     int DeleteID(int ID);
-    int DeleteAllIDs();
-    int SetTemplate(int ID,unsigned char *data,unsigned long size);
 };
 
 #endif  //__GT511C3_HPP