asdasdasd

Dependencies:   mbed

Fork of FINAL_PROJECT_4180 by Gedeon Nyengele

lib.h

Committer:
nyengele
Date:
2016-04-25
Revision:
2:1b1c0502bb08
Parent:
0:f0e40bf44ffe
Child:
3:83415d375d36

File content as of revision 2:1b1c0502bb08:

#include "mbed.h"
#include "FPScanner.h"

int hashcode(const char *data, int size);
void read_mag_card(Serial *device, char *dest, int *size);
bool fp_enroll(FPScanner *fp);
bool fp_auth(FPScanner *fp);