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!

Committer:
AppNearMe
Date:
Wed Nov 07 18:18:52 2012 +0000
Revision:
10:2af578c635cd
Updated library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AppNearMe 10:2af578c635cd 1 /*
AppNearMe 10:2af578c635cd 2 MuNFCConfig.h
AppNearMe 10:2af578c635cd 3 Copyright (c) Donatien Garnier 2012
AppNearMe 10:2af578c635cd 4 donatien.garnier@appnearme.com
AppNearMe 10:2af578c635cd 5 http://www.appnearme.com/
AppNearMe 10:2af578c635cd 6 */
AppNearMe 10:2af578c635cd 7
AppNearMe 10:2af578c635cd 8
AppNearMe 10:2af578c635cd 9 #ifndef MUNFCCONFIG_H_
AppNearMe 10:2af578c635cd 10 #define MUNFCCONFIG_H_
AppNearMe 10:2af578c635cd 11
AppNearMe 10:2af578c635cd 12 #include "munfc/nfc_config.h"
AppNearMe 10:2af578c635cd 13
AppNearMe 10:2af578c635cd 14
AppNearMe 10:2af578c635cd 15 #define MUNFC_RTOS 1
AppNearMe 10:2af578c635cd 16
AppNearMe 10:2af578c635cd 17
AppNearMe 10:2af578c635cd 18 #endif /* MUNFCCONFIG_H_ */