Simple NFC test projekt

Dependencies:   AppNearMe_MuNFC_PN532 mbed-rtos mbed

Fork of AppNearMe_MuNFC_PN532_Test by AppNearMe Official

Revision:
2:e433bf524c24
Parent:
0:170d2659e354
Child:
3:e35b0e15e6b3
--- a/main.cpp	Fri Sep 14 09:53:26 2012 +0000
+++ b/main.cpp	Thu Nov 08 13:57:40 2012 +0000
@@ -22,7 +22,7 @@
   static uint32_t counter = 0;
   counter++;
   tlv->putUInt8( DEFAULT_PACKET ); //First uint8_t is packet type
-  tlv->putString("Hello from mbed!");
+  tlv->putString("mBed says hello to android app");
   tlv->putUInt32( counter );
 }