Subversion Repositories Code-Repo

Rev

Rev 155 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 155 Rev 158
Line 1... Line 1...
1
#include <xc.h>
1
#include <xc.h>
2
#include <string.h>
2
#include <string.h>
3
#include <delays.h>
3
#include <delays.h>
4
#include "defines.h"
4
#include "defines.h"
5
#include "nfc_PN532.h"
5
#include "sensor_nfc_PN532.h"
6
#include "i2c.h"
6
#include "base_I2C.h"
7
 
7
 
8
static NFC_DATA *nfc_data_p;
8
static NFC_DATA *nfc_data_p;
9
 
9
 
10
// Const value arrays for comparison use
10
// Const value arrays for comparison use
11
static const char pn532response_firmwarevers[] = {0x01, 0x00, 0x00, 0xFF, 0x06, 0xFA, 0xD5, 0x03};
11
static const char pn532response_firmwarevers[] = {0x01, 0x00, 0x00, 0xFF, 0x06, 0xFA, 0xD5, 0x03};