X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c48211f7ed175c91d92044e7e08b921e06f8ff3f..be67483e63430608982f1c92e02b59d7b4dc65b3:/client/cmdlf.h diff --git a/client/cmdlf.h b/client/cmdlf.h index 8415616e..8764c7fc 100644 --- a/client/cmdlf.h +++ b/client/cmdlf.h @@ -15,8 +15,7 @@ #include #include #include "proxmark3.h" -#include "lfdemod.h" - +#include "lfdemod.h" // device/client demods of LF signals #include "util.h" // for parsing cli command utils #include "ui.h" // for show graph controls #include "graph.h" // for graph data @@ -41,8 +40,14 @@ #include "cmdlfvisa2000.h" // for VISA2000 menu #include "cmdlfnoralsy.h" // for NORALSY meny #include "cmdlffdx.h" // for FDX-B meny +#include "cmdlfcotag.h" // for COTAG meny + +#define T55XX_WRITE_TIMEOUT 1500 + int CmdLF(const char *Cmd); +int CmdLFSetConfig(const char *Cmd); + int CmdLFCommandRead(const char *Cmd); int CmdFlexdemod(const char *Cmd); int CmdIndalaDemod(const char *Cmd);