examples/nfc-emulate-forum-tag4: add document references.
This commit is contained in:
parent
84918fd075
commit
10d9e30615
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue