lf presco - now uses cliparser, continuous mode and clone to EM (untested)

This commit is contained in:
iceman1001
2020-11-26 19:42:24 +01:00
parent 2e1c906d9e
commit c59d6cdc71
2 changed files with 209 additions and 151 deletions

View File

@@ -12,11 +12,6 @@
#include "common.h"
int CmdLFPresco(const char *Cmd);
int demodPresco(bool verbose);
int detectPresco(uint8_t *dest, size_t *size);
int getPrescoBits(uint32_t fullcode, uint8_t *prescoBits);
int getWiegandFromPresco(const char *Cmd, uint32_t *sitecode, uint32_t *usercode, uint32_t *fullcode, bool *Q5);
#endif