]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfcotag.h
delete travis. it plaed in folder `CI` (#736)
[proxmark3-svn] / client / cmdlfcotag.h
CommitLineData
e04475c4 1//-----------------------------------------------------------------------------
2// Authored by Iceman
3//
4// This code is licensed to you under the terms of the GNU GPL, version 2 or,
5// at your option, any later version. See the LICENSE.txt file for the text of
6// the license.
7//-----------------------------------------------------------------------------
8// Low frequency COTAG commands
9//-----------------------------------------------------------------------------
10
11#ifndef CMDLFCOTAG_H__
12#define CMDLFCOTAG_H__
13
e04475c4 14#ifndef COTAG_BITS
15#define COTAG_BITS 264
16#endif
17
18int CmdLFCOTAG(const char *Cmd);
19int CmdCOTAGRead(const char *Cmd);
20int CmdCOTAGDemod(const char *Cmd);
21
22int usage_lf_cotag_read(void);
23#endif
Impressum, Datenschutz