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 NEDAP tag commands
8 //-----------------------------------------------------------------------------
10 #define CMDLFNEDAP_H__
14 int CmdLFNedap(const char *Cmd
);
16 int demodNedap(bool verbose
);
17 int detectNedap(uint8_t *dest
, size_t *size
);
18 int getNedapBits(uint32_t cn
, uint8_t *nedapBits
);