textual
[RRG-proxmark3.git] / client / src / cmdlfparadox.h
blob6e6d3a2428f26397642a736cfb6ccf425fb0f9e3
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 Paradox tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFPARADOX_H__
10 #define CMDLFPARADOX_H__
12 #include "common.h"
14 int CmdLFParadox(const char *Cmd);
16 int demodParadox(bool verbose);
17 int detectParadox(uint8_t *dest, size_t *size, int *wave_start_idx);
18 #endif