1 //-----------------------------------------------------------------------------
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
7 //-----------------------------------------------------------------------------
8 // Low frequency GALLAGHER tag commands
9 //-----------------------------------------------------------------------------
10 #ifndef CMDLFGALLAGHER_H__
11 #define CMDLFGALLAGHER_H__
15 int CmdLFGallagher(const char *Cmd
);
17 int demodGallagher(bool verbose
);
18 int detectGallagher(uint8_t *dest
, size_t *size
);