]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfnedap.h
bead837195a9331de7b005ebd956f9bfe636d192
1 //-----------------------------------------------------------------------------
3 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
4 // at your option, any later version. See the LICENSE.txt file for the text of
6 //-----------------------------------------------------------------------------
7 // Low frequency T55xx commands
8 //-----------------------------------------------------------------------------
10 #define CMDLFNEDAP_H__
11 #include "proxmark3.h"
15 #include "cmdparser.h"
19 #include "protocols.h" // for T55xx config register definitions
20 #include "lfdemod.h" // parityTest
23 int CmdLFNedap(const char *Cmd
);
24 int CmdFSKdemodNedap(const char *Cmd
);
25 int CmdLFNedapRead(const char *Cmd
);
26 //int CmdLFNedapClone(const char *Cmd);
27 int CmdLFNedapSim(const char *Cmd
);
29 int usage_lf_nedap_read(void);
30 //int usage_lf_nedap_clone(void);
31 int usage_lf_nedap_sim(void);