Update documentation and associated example.

This commit is contained in:
Romuald Conty 2010-09-08 09:16:24 +00:00
parent 26b9fee648
commit 7be31d0ba8
2 changed files with 1 additions and 11 deletions

View file

@ -26,16 +26,6 @@ main (int argc, const char *argv[])
// Set connected NFC device to initiator mode
nfc_initiator_init (pnd);
// Drop the field for a while
nfc_configure (pnd, NDO_ACTIVATE_FIELD, false);
// Let the reader only try once to find a tag
nfc_configure (pnd, NDO_INFINITE_SELECT, false);
// Configure the CRC and Parity settings
nfc_configure (pnd, NDO_HANDLE_CRC, true);
nfc_configure (pnd, NDO_HANDLE_PARITY, true);
// Enable field so more power consuming cards can power themselves up
nfc_configure (pnd, NDO_ACTIVATE_FIELD, true);

View file

@ -25,7 +25,7 @@
*/
/**
* @page changelog_page ChangeLog from 1.2.1 to 1.3.0
* @page changelog_page ChangeLog
* @verbinclude ChangeLog
*/