1 //-----------------------------------------------------------------------------
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
6 //-----------------------------------------------------------------------------
7 // Low frequency visa 2000 commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFVISA2000_H__
10 #define CMDLFVISA2000_H__
14 int CmdLFVisa2k(const char *Cmd
);
16 int getvisa2kBits(uint64_t fullcode
, uint8_t *bits
);
17 int demodVisa2k(bool verbose
);
18 int detectVisa2k(uint8_t *dest
, size_t *size
);