Update documentation and associated example.
This commit is contained in:
parent
26b9fee648
commit
7be31d0ba8
2 changed files with 1 additions and 11 deletions
|
@ -26,16 +26,6 @@ main (int argc, const char *argv[])
|
||||||
// Set connected NFC device to initiator mode
|
// Set connected NFC device to initiator mode
|
||||||
nfc_initiator_init (pnd);
|
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
|
// Enable field so more power consuming cards can power themselves up
|
||||||
nfc_configure (pnd, NDO_ACTIVATE_FIELD, true);
|
nfc_configure (pnd, NDO_ACTIVATE_FIELD, true);
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @page changelog_page ChangeLog from 1.2.1 to 1.3.0
|
* @page changelog_page ChangeLog
|
||||||
* @verbinclude ChangeLog
|
* @verbinclude ChangeLog
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue