fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdlfjablotron.h
blobbdfe9998215362f85322596ade4f68c063f39a25
1 //-----------------------------------------------------------------------------
2 //
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
5 // the license.
6 //-----------------------------------------------------------------------------
7 // Low frequency Jablotron tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFJABLOTRON_H__
10 #define CMDLFJABLOTRON_H__
12 #include "common.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);
20 #endif