]>
Commit | Line | Data |
---|---|---|
1 | //-----------------------------------------------------------------------------\r | |
2 | //\r | |
3 | // This code is licensed to you under the terms of the GNU GPL, version 2 or,\r | |
4 | // at your option, any later version. See the LICENSE.txt file for the text of\r | |
5 | // the license.\r | |
6 | //-----------------------------------------------------------------------------\r | |
7 | // Low frequency T55xx commands\r | |
8 | //-----------------------------------------------------------------------------\r | |
9 | \r | |
10 | #ifndef CMDLFT55XX_H__\r | |
11 | #define CMDLFT55XX_H__\r | |
12 | \r | |
13 | int CmdLFT55XX(const char *Cmd);\r | |
14 | \r | |
15 | int CmdReadBlk(const char *Cmd);\r | |
16 | int CmdReadBlkPWD(const char *Cmd);\r | |
17 | int CmdWriteBlk(const char *Cmd);\r | |
18 | int CmdWriteBLkPWD(const char *Cmd);\r | |
19 | int CmdReadTrace(const char *Cmd);\r | |
20 | \r | |
21 | #endif\r |