Fixed issue #94, so lua-script 'mifare_autopwn' reacts correctly to card that are...
[legacy-proxmark3.git] / client / cmdlfio.h
blob1b7daa0fd1f348eeed3d8f87cd1a204dead0200d
1 // Low frequency Kantech commands
2 //-----------------------------------------------------------------------------
4 #ifndef CMDLFIO_H__
5 #define CMDLFIO_H__
7 int CmdLFIO(const char *Cmd);
9 int CmdIODemodFSK(const char *Cmd);
11 #endif