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 G Prox II tag commands
8 //-----------------------------------------------------------------------------
10 #define CMDLFGUARD_H__
14 int CmdLFGuard(const char *Cmd
);
15 int detectGProxII(uint8_t *bits
, size_t *size
);
16 int demodGuard(bool verbose
);
17 int getGuardBits(uint8_t fmtlen
, uint32_t fc
, uint32_t cn
, uint8_t *guardBits
);