X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/eb911aa8d6b2ddf5163fc75f06da416eb968bd9f..4431b482d76e683ca88fed39ac388f2bb83986ef:/client/cmdlf.h diff --git a/client/cmdlf.h b/client/cmdlf.h index bb77ed17..f8f048a1 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 @@ -39,6 +38,10 @@ #include "cmdlfnedap.h" // for NEDAP menu #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 + +#define T55XX_WRITE_TIMEOUT 1500 int CmdLF(const char *Cmd);