]>
Commit | Line | Data |
---|---|---|
94faa594 | 1 | // Low frequency Kantech commands |
c8622024 | 2 | //----------------------------------------------------------------------------- |
3 | ||
4 | #ifndef CMDLFIO_H__ | |
5 | #define CMDLFIO_H__ | |
6 | ||
cf4640b9 | 7 | extern int CmdLFIO(const char *Cmd); |
8 | extern int CmdFSKdemodIO(const char *Cmd); | |
9 | extern int CmdIOReadFSK(const char *Cmd); | |
c8622024 | 10 | |
94faa594 | 11 | #endif |