AppNearMe µNFC stack for the NXP PN532 chip License: You can use the stack free of charge to prototype with mbed; if you want to use the stack with your commercial product, get in touch!

Dependents:   IOT_sensor_nfc AppNearMe_MuNFC_PN532_Test p2p_nfc_test NFCMoodLamp ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers nfc_config.h Source File

nfc_config.h

00001 /*
00002     nfc_config.h 
00003   Copyright (c) Donatien Garnier 2012
00004   donatien.garnier@appnearme.com
00005   http://www.appnearme.com/
00006 */
00007 
00008 
00009 #ifndef NFC_CONFIG_H_
00010 #define NFC_CONFIG_H_
00011 
00012 #define PN512 1
00013 #define PN532 2
00014 
00015 #define DEBUG_DISABLED 0
00016 #define TARGET_HW_ANTICOLLISION 1
00017 #define NFC_CONTROLLER PN532 //In Makefile
00018 //#define APPNEARME_HASH "00000001aZSe2vF5"
00019 //#define APPNEARME_VERSION 0x01000000
00020 
00021 #endif /* NFC_CONFIG_H_ */