From 10d9e30615c9e41228f012b0d24bf7c4175f980c Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 30 Jun 2011 14:24:47 +0000 Subject: [PATCH] examples/nfc-emulate-forum-tag4: add document references. --- examples/nfc-emulate-forum-tag4.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/examples/nfc-emulate-forum-tag4.c b/examples/nfc-emulate-forum-tag4.c index 9b99ec3..5c9d75f 100644 --- a/examples/nfc-emulate-forum-tag4.c +++ b/examples/nfc-emulate-forum-tag4.c @@ -33,6 +33,15 @@ * @brief Emulates a NFC Forum Tag Type 4 with a NDEF message */ +/* + * This implementation was written based on information provided by the + * following documents: + * + * NFC Forum Type 4 Tag Operation + * Technical Specification + * NFCForum-TS-Type-4-Tag_1.0 - 2007-03-13 + */ + // Notes & differences with nfc-emulate-tag: // - This example only works with PN532 because it relies on // its internal handling of ISO14443-4 specificities. @@ -59,7 +68,6 @@ #include "nfc-utils.h" - static nfc_device_t *pnd; static bool quiet_output = false;