]>
Commit | Line | Data |
---|---|---|
a9968da3 | 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__ | |
11 | ||
12 | extern int CmdLFNoralsy(const char *Cmd); | |
13 | extern int CmdNoralsyClone(const char *Cmd); | |
14 | extern int CmdNoralsySim(const char *Cmd); | |
15 | extern int CmdNoralsyRead(const char *Cmd); | |
16 | extern int CmdNoralsyDemod(const char *Cmd); | |
17 | ||
18 | #endif | |
19 |