]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfpyramid.h
Emv scan via contact interface (#789)
[proxmark3-svn] / client / cmdlfpyramid.h
CommitLineData
6923d3f1 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//-----------------------------------------------------------------------------
946a84c3 7// Low frequency Farpoint / Pyramid commands
6923d3f1 8//-----------------------------------------------------------------------------
9#ifndef CMDLFPYRAMID_H__
10#define CMDLFPYRAMID_H__
6923d3f1 11
cf4640b9 12extern int CmdLFPyramid(const char *Cmd);
13extern int CmdPyramidClone(const char *Cmd);
14extern int CmdPyramidSim(const char *Cmd);
15extern int CmdFSKdemodPyramid(const char *Cmd);
16extern int CmdPyramidRead(const char *Cmd);
6923d3f1 17#endif
18
Impressum, Datenschutz