1 //-----------------------------------------------------------------------------
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
6 //-----------------------------------------------------------------------------
7 // Low frequency Farpoint / Pyramid commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFPYRAMID_H__
10 #define CMDLFPYRAMID_H__
14 int CmdLFPyramid(const char *Cmd
);
16 int demodPyramid(bool verbose
);
17 int detectPyramid(uint8_t *dest
, size_t *size
, int *waveStartIdx
);
18 int getPyramidBits(uint32_t fc
, uint32_t cn
, uint8_t *pyramidBits
);