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!

Revision:
8:c6c0016c5597
Parent:
6:15b1c45d50d4
Parent:
5:e7e4fe1eb562
--- a/PN532/MuNFC.cpp	Thu Aug 16 15:36:14 2012 +0000
+++ b/PN532/MuNFC.cpp	Thu Aug 16 15:40:15 2012 +0000
@@ -64,7 +64,7 @@
   #if MUNFC_RTOS
   if(m_pThread == NULL)
   {
-    m_pThread = new Thread(MuNFC::staticCallback, (void*)this, osPriorityHigh, 4*2048);
+    m_pThread = new Thread(MuNFC::staticCallback, (void*)this);
   }
   #endif
 #if NFC_CONTROLLER == PN512