examples/nfc-read-forum-tag3: add new example to read a NFC Forum Tag Type 3
This commit is contained in:
parent
57db10acf0
commit
dc842a844c
8 changed files with 344 additions and 9 deletions
|
|
@ -537,6 +537,8 @@ print_nfc_felica_info (const nfc_felica_info_t nfi, bool verbose)
|
|||
print_hex (nfi.abtId, 8);
|
||||
printf (" Parameter (PAD): ");
|
||||
print_hex (nfi.abtPad, 8);
|
||||
printf (" System Code (SC): ");
|
||||
print_hex (nfi.abtSysCode, 2);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue