ADD: Extracted the whole pcf7931 functionality into seperat files. The lfops.c is starting to become too large.
8 lines
113 B
C
8 lines
113 B
C
#ifndef __PCF7931_H
|
|
#define __PCF7931_H
|
|
|
|
#include "proxmark3.h"
|
|
#include "apps.h"
|
|
#include "lfsampling.h"
|
|
|
|
#endif |