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
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!
PN532/munfc/nfc_config.h@13:6f98851e025b, 2013-01-15 (annotated)
- Committer:
- AppNearMe
- Date:
- Tue Jan 15 15:34:39 2013 +0000
- Revision:
- 13:6f98851e025b
- Parent:
- 12:6eddbfe6b015
renamed rtos.h to platform_rtos.h to prevent insludes mess
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
AppNearMe | 11:5be631376e5b | 1 | /* |
AppNearMe | 11:5be631376e5b | 2 | nfc_config.h |
AppNearMe | 11:5be631376e5b | 3 | Copyright (c) Donatien Garnier 2012 |
AppNearMe | 11:5be631376e5b | 4 | donatien.garnier@appnearme.com |
AppNearMe | 11:5be631376e5b | 5 | http://www.appnearme.com/ |
AppNearMe | 11:5be631376e5b | 6 | */ |
AppNearMe | 11:5be631376e5b | 7 | |
AppNearMe | 11:5be631376e5b | 8 | |
AppNearMe | 11:5be631376e5b | 9 | #ifndef NFC_CONFIG_H_ |
AppNearMe | 11:5be631376e5b | 10 | #define NFC_CONFIG_H_ |
AppNearMe | 11:5be631376e5b | 11 | |
AppNearMe | 11:5be631376e5b | 12 | #define PN512 1 |
AppNearMe | 11:5be631376e5b | 13 | #define PN532 2 |
AppNearMe | 11:5be631376e5b | 14 | |
AppNearMe | 11:5be631376e5b | 15 | #define DEBUG_DISABLED 0 |
AppNearMe | 11:5be631376e5b | 16 | #define TARGET_HW_ANTICOLLISION 1 |
AppNearMe | 12:6eddbfe6b015 | 17 | #define NFC_CONTROLLER PN532 //In Makefile |
AppNearMe | 11:5be631376e5b | 18 | //#define APPNEARME_HASH "00000001aZSe2vF5" |
AppNearMe | 11:5be631376e5b | 19 | //#define APPNEARME_VERSION 0x01000000 |
AppNearMe | 11:5be631376e5b | 20 | |
AppNearMe | 11:5be631376e5b | 21 | #endif /* NFC_CONFIG_H_ */ |