mbed OS 5 example application using X-NUCLEO-NFC02A1
Dependencies: NDefLib X_NUCLEO_NFC02A1
Fork of HelloWorld_NFC02A1 by
Revision 7:699836375630, committed 2016-09-29
- Comitter:
- rosarium
- Date:
- Thu Sep 29 05:48:44 2016 +0000
- Parent:
- 6:cc003c6df70f
- Child:
- 8:9bdd16ebccfb
- Commit message:
- Bug fix for write message routine and updated the URI message to st.com/st25
Changed in this revision
| X_NUCLEO_NFC02A1.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/X_NUCLEO_NFC02A1.lib Wed Sep 28 13:09:54 2016 +0000 +++ b/X_NUCLEO_NFC02A1.lib Thu Sep 29 05:48:44 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/rosarium/code/X_NUCLEO_NFC02A1/#dd4242314663 +http://developer.mbed.org/users/rosarium/code/X_NUCLEO_NFC02A1/#6d76c75e3eb4
--- a/main.cpp Wed Sep 28 13:09:54 2016 +0000
+++ b/main.cpp Thu Sep 29 05:48:44 2016 +0000
@@ -71,7 +71,7 @@
/*create the NDef message and record*/
NDefLib::Message msg;
- NDefLib::RecordURI rUri(NDefLib::RecordURI::HTTP_WWW,"st.com");
+ NDefLib::RecordURI rUri(NDefLib::RecordURI::HTTP_WWW,"st.com/st25");
msg.addRecord(&rUri);
/*write the tag*/
