1 //-----------------------------------------------------------------------------
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
7 //-----------------------------------------------------------------------------
8 // Low frequency MOTOROLA tag commands
9 //-----------------------------------------------------------------------------
10 #ifndef CMDLFMOTOROLA_H__
11 #define CMDLFMOTOROLA_H__
15 int CmdLFMotorola(const char *Cmd
);
17 int demodMotorola(bool verbose
);
18 int detectMotorola(uint8_t *dest
, size_t *size
);
19 int readMotorolaUid(void);