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 COTAG commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDLFCOTAG_H__
12 #define CMDLFCOTAG_H__
17 #define COTAG_BITS 264
20 int CmdLFCOTAG(const char *Cmd
);
21 int demodCOTAG(bool verbose
);
22 int readCOTAGUid(void);