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 Stanley/PAC tag commands
8 //-----------------------------------------------------------------------------
14 int CmdLFPac(const char *Cmd
);
16 int demodPac(bool verbose
);
17 int detectPac(uint8_t *dest
, size_t *size
, bool *invert
);