]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfcotag.h
Add @Iceman1001 s cotag read
[proxmark3-svn] / client / cmdlfcotag.h
CommitLineData
e04475c4 1//-----------------------------------------------------------------------------
2// Authored by Iceman
3//
4// This code is licensed to you under the terms of the GNU GPL, version 2 or,
5// at your option, any later version. See the LICENSE.txt file for the text of
6// the license.
7//-----------------------------------------------------------------------------
8// Low frequency COTAG commands
9//-----------------------------------------------------------------------------
10
11#ifndef CMDLFCOTAG_H__
12#define CMDLFCOTAG_H__
13
14#include "proxmark3.h"// Definitions, USB controls, COTAG_BITS
15#include "util.h" // FALSE / TRUE
16#include "cmddata.h" // getSamples
17#include "cmdparser.h"// CmdsParse, CmdsHelp
18#include "cmdmain.h"
19#include "ui.h" // PrintAndLog
20#include "cmdlf.h" // Setconfig
21#include "lfdemod.h" // manrawdecode, bytebits_tobyteLSBF
22
23#ifndef COTAG_BITS
24#define COTAG_BITS 264
25#endif
26
27int CmdLFCOTAG(const char *Cmd);
28int CmdCOTAGRead(const char *Cmd);
29int CmdCOTAGDemod(const char *Cmd);
30
31int usage_lf_cotag_read(void);
32#endif
Impressum, Datenschutz