12 lines
265 B
C
12 lines
265 B
C
// Low frequency Kantech commands
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef CMDLFIO_H__
|
|
#define CMDLFIO_H__
|
|
|
|
int CmdLFIO(const char *Cmd);
|
|
int CmdFSKdemodIO(const char *Cmd);
|
|
int CmdIOReadFSK(const char *Cmd);
|
|
|
|
#endif
|