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 Jablotron tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFJABLOTRON_H__
10 #define CMDLFJABLOTRON_H__
14 int CmdLFJablotron(const char *Cmd
);
16 int demodJablotron(bool verbose
);
17 int detectJablotron(uint8_t *bits
, size_t *size
);
18 int getJablotronBits(uint64_t fullcode
, uint8_t *bits
);