FIX: The T55x7ReadBlock method, should not have the startgap since it indicats that it might be a write command. See if this fixes the bug.

ADD:  Extracted the whole pcf7931 functionality into seperat files.  The lfops.c is starting to become too large.
This commit is contained in:
iceman1001 2015-10-14 11:39:51 +02:00
commit 368044201a
7 changed files with 546 additions and 539 deletions

8
armsrc/pcf7931.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef __PCF7931_H
#define __PCF7931_H
#include "proxmark3.h"
#include "apps.h"
#include "lfsampling.h"
#endif