examples/nfc-emulate-forum-tag4: add document references.

This commit is contained in:
Romuald Conty 2011-06-30 14:24:47 +00:00
parent 84918fd075
commit 10d9e30615

View file

@ -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;