Test of the µNFC stack with the Adafruit PN532 board

Dependencies:   AppNearMe_MuNFC_PN532 mbed-rtos mbed

Revision:
0:170d2659e354
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MuNFCConfig.h	Thu Jul 26 10:02:56 2012 +0000
@@ -0,0 +1,18 @@
+/*
+    MuNFCConfig.h 
+    Copyright (c) Donatien Garnier 2012
+    donatien.garnier@appnearme.com
+    http://www.appnearme.com/
+*/
+
+
+#ifndef MUNFCCONFIG_H_
+#define MUNFCCONFIG_H_
+
+//#include "munfc/nfc_config.h"
+
+
+#define MUNFC_RTOS 1
+
+
+#endif /* MUNFCCONFIG_H_ */