Simple NFC test projekt

Dependencies:   AppNearMe_MuNFC_PN532 mbed-rtos mbed

Fork of AppNearMe_MuNFC_PN532_Test by AppNearMe Official

Files at this revision

API Documentation at this revision

Comitter:
thomasjanke
Date:
Thu Nov 08 13:57:40 2012 +0000
Parent:
1:777d124a6d04
Child:
3:e35b0e15e6b3
Commit message:
Initial commit of nfc test.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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 );
 }