]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfparadox.h
Emv scan via contact interface (#789)
[proxmark3-svn] / client / cmdlfparadox.h
CommitLineData
5bce72d5 1//-----------------------------------------------------------------------------
2//
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
5// the license.
6//-----------------------------------------------------------------------------
7// Low frequency Paradox tag commands
8//-----------------------------------------------------------------------------
9#ifndef CMDLFPARADOX_H__
10#define CMDLFPARADOX_H__
11extern int CmdLFParadox(const char *Cmd);
12extern int CmdFSKdemodParadox(const char *Cmd);
13extern int CmdParadoxRead(const char *Cmd);
14#endif
Impressum, Datenschutz