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 FDX-A FECAVA Destron tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFDESTRON_H__
10 #define CMDLFDESTRON_H__
14 int CmdLFDestron(const char *Cmd
);
15 int detectDestron(uint8_t *dest
, size_t *size
);
16 int demodDestron(bool verbose
);
17 int readDestronUid(void);