// the license.
//-----------------------------------------------------------------------------
// Low frequency AWID26 commands
+// FSK2a, RF/50, 96 bits (complete)
//-----------------------------------------------------------------------------
#include <string.h>
#include <stdio.h> // sscanf
#include "proxmark3.h" // Definitions, USB controls, etc
+#include "cmdlfawid.h"
#include "ui.h" // PrintAndLog
#include "cmdparser.h" // CmdsParse, CmdsHelp
-#include "cmdlfawid.h" // AWID function declarations
#include "lfdemod.h" // parityTest +
#include "util.h" // weigandparity
#include "protocols.h" // for T55xx config register definitions
uint32_t rawHi = bytebits_to_byte(BitStream+idx+32,32);
uint32_t rawHi2 = bytebits_to_byte(BitStream+idx,32);
setDemodBuf(BitStream,96,idx);
+ setClockGrid(g_DemodClock, g_DemodStartIdx + (idx*g_DemodClock));
size = removeParity(BitStream, idx+8, 4, 1, 88);
if (size != 66){