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 Noralsy tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFNORALSY_H__
10 #define CMDLFNORALSY_H__
14 int CmdLFNoralsy(const char *Cmd
);
16 int demodNoralsy(bool verbose
);
17 int detectNoralsy(uint8_t *dest
, size_t *size
);
18 int getnoralsyBits(uint32_t id
, uint16_t year
, uint8_t *bits
);