mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-24 10:47:26 -08:00
12 lines
286 B
C
12 lines
286 B
C
// 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);
|
|
|
|
#endif
|