]>
Commit | Line | Data |
---|---|---|
6923d3f1 | 1 | //----------------------------------------------------------------------------- |
2 | // | |
3 | // This code is licensed to you under the terms of the GNU GPL, version 2 or, | |
4 | // at your option, any later version. See the LICENSE.txt file for the text of | |
5 | // the license. | |
6 | //----------------------------------------------------------------------------- | |
946a84c3 | 7 | // Low frequency Farpoint / Pyramid commands |
6923d3f1 | 8 | //----------------------------------------------------------------------------- |
9 | #ifndef CMDLFPYRAMID_H__ | |
10 | #define CMDLFPYRAMID_H__ | |
6923d3f1 | 11 | |
cf4640b9 | 12 | extern int CmdLFPyramid(const char *Cmd); |
13 | extern int CmdPyramidClone(const char *Cmd); | |
14 | extern int CmdPyramidSim(const char *Cmd); | |
15 | extern int CmdFSKdemodPyramid(const char *Cmd); | |
16 | extern int CmdPyramidRead(const char *Cmd); | |
6923d3f1 | 17 | #endif |
18 |