1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2012 Roel Verdult
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 Hitag support
9 //-----------------------------------------------------------------------------
11 #ifndef CMDLFHITAG_H__
12 #define CMDLFHITAG_H__
16 int CmdLFHitag(const char *Cmd
);
18 int readHitagUid(void);
19 void annotateHitag1(char *exp
, size_t size
, uint8_t *cmd
, uint8_t cmdsize
, bool is_response
);
20 void annotateHitag2(char *exp
, size_t size
, uint8_t *cmd
, uint8_t cmdsize
, bool is_response
);
21 void annotateHitagS(char *exp
, size_t size
, uint8_t *cmd
, uint8_t cmdsize
, bool is_response
);