This commit is contained in:
Philippe Teuwen 2019-04-06 00:38:22 +02:00
commit 59d40068e2
51 changed files with 528 additions and 528 deletions

View file

@ -24,11 +24,11 @@
#include "lfdemod.h" // preamble test
#include "parity.h" // for wiegand parity test
extern int CmdLFSecurakey(const char *Cmd);
//extern int CmdSecurakeyClone(const char *Cmd);
//extern int CmdSecurakeySim(const char *Cmd);
extern int CmdSecurakeyRead(const char *Cmd);
extern int CmdSecurakeyDemod(const char *Cmd);
int CmdLFSecurakey(const char *Cmd);
//int CmdSecurakeyClone(const char *Cmd);
//int CmdSecurakeySim(const char *Cmd);
int CmdSecurakeyRead(const char *Cmd);
int CmdSecurakeyDemod(const char *Cmd);
#endif