fix little endian vs big endian in the macros... again... but this time correct
[RRG-proxmark3.git] / client / src / cmdlfio.h
blob4b3085c4fafe9b3d22555ac07b13ac259f1fbdb3
1 // Low frequency Kantech IOProx commands
2 //-----------------------------------------------------------------------------
4 #ifndef CMDLFIO_H__
5 #define CMDLFIO_H__
7 #include "common.h"
9 int CmdLFIO(const char *Cmd);
11 int demodIOProx(bool verbose);
12 int getIOProxBits(uint8_t version, uint8_t fc, uint16_t cn, uint8_t *bits);
14 #endif