proxmark3/client/cmdlfio.h

12 lines
286 B
C
Raw Normal View History

2014-03-21 15:51:51 +08:00
// Low frequency Kantech commands
//-----------------------------------------------------------------------------
#ifndef CMDLFIO_H__
#define CMDLFIO_H__
extern int CmdLFIO(const char *Cmd);
extern int CmdFSKdemodIO(const char *Cmd);
extern int CmdIOReadFSK(const char *Cmd);
2014-03-21 15:51:51 +08:00
#endif