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;