X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/76c0ec0ba867308c26a882bb69087fac78d2ea2f..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/client/cmdlfcotag.h diff --git a/client/cmdlfcotag.h b/client/cmdlfcotag.h index 106d2eb9..dab60513 100644 --- a/client/cmdlfcotag.h +++ b/client/cmdlfcotag.h @@ -11,13 +11,21 @@ #ifndef CMDLFCOTAG_H__ #define CMDLFCOTAG_H__ +#include "proxmark3.h" // Definitions, USB controls, COTAG_BITS #include "util.h" // FALSE / TRUE -#include "proxmark3.h" // Definitions, USB controls, etc #include "cmddata.h" // getSamples #include "cmdparser.h" // CmdsParse, CmdsHelp #include "cmdmain.h" +#include "ui.h" // PrintAndLog +#include "cmdlf.h" // Setconfig + +#ifndef COTAG_BITS +#define COTAG_BITS 264 +#endif int CmdLFCOTAG(const char *Cmd); int CmdCOTAGRead(const char *Cmd); +int CmdCOTAGDemod(const char *Cmd); +int usage_lf_cotag_read(void); #endif