textual
[RRG-proxmark3.git] / client / src / cmdlfpyramid.h
blobb11c7da442e5ff9cd8ee42dd85bfbeb00ce2a742
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 //-----------------------------------------------------------------------------
7 // Low frequency Farpoint / Pyramid commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFPYRAMID_H__
10 #define CMDLFPYRAMID_H__
12 #include "common.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);
19 #endif