mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
11 lines
231 B
C
11 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
|