// 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