asdasdasd

Dependencies:   mbed

Fork of FINAL_PROJECT_4180 by Gedeon Nyengele

Revision:
2:1b1c0502bb08
Parent:
0:f0e40bf44ffe
Child:
3:83415d375d36
--- a/lib.h	Sun Apr 24 23:37:04 2016 +0000
+++ b/lib.h	Mon Apr 25 00:36:32 2016 +0000
@@ -1,4 +1,7 @@
 #include "mbed.h"
+#include "FPScanner.h"
 
 int hashcode(const char *data, int size);
-void read_mag_card(Serial *device, char *dest, int *size);
\ No newline at end of file
+void read_mag_card(Serial *device, char *dest, int *size);
+bool fp_enroll(FPScanner *fp);
+bool fp_auth(FPScanner *fp);
\ No newline at end of file