proxmark3/client/cmdlfio.h

12 lines
231 B
C
Raw Normal View History

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