textual
[RRG-proxmark3.git] / client / src / cmdlfnoralsy.h
blob6dec5005bbfcef598dfa8fb8d279b4d034f69024
1 //-----------------------------------------------------------------------------
2 //
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
5 // the license.
6 //-----------------------------------------------------------------------------
7 // Low frequency Noralsy tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFNORALSY_H__
10 #define CMDLFNORALSY_H__
12 #include "common.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);
20 #endif