X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/22eece1e2dc01228d44439876ba6814976b0deab..966c111e8c8e45e624465502d0ee405ebda9a39c:/client/cmdlf.h diff --git a/client/cmdlf.h b/client/cmdlf.h index 3bd63e07..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 @@ -40,9 +39,15 @@ #include "cmdlfjablotron.h" // for JABLOTRON menu #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);