proxmark3/client/cmdlfio.h
2014-03-21 07:51:51 +00:00

12 lines
231 B
C

// Low frequency Kantech commands
//-----------------------------------------------------------------------------
#ifndef CMDLFIO_H__
#define CMDLFIO_H__
int CmdLFIO(const char *Cmd);
int CmdIODemodFSK(const char *Cmd);
#endif