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 viking tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFVIKING_H__
10 #define CMDLFVIKING_H__
14 int CmdLFViking(const char *Cmd
);
16 int demodViking(bool verbose
);
17 int detectViking(uint8_t *src
, size_t *size
);
18 uint64_t getVikingBits(uint32_t id
);