examples/nfc-read-forum-tag3: add new example to read a NFC Forum Tag Type 3

This commit is contained in:
Romuald Conty 2011-10-10 00:40:34 +00:00
parent 57db10acf0
commit dc842a844c
8 changed files with 344 additions and 9 deletions

View file

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