Skip to content
Commit ce893226 authored by developer4's avatar developer4
Browse files

Version 1.2, final

+Windows 32 binaries
+Windows 64 binaries

Finished T2T counters (especially for NXP UL EV1 & NTAG 21x) demonstration.
Usage examples of:
DL_API UFR_STATUS ReadCounter(uint8_t counter_address, uint32_t *value);
DL_API UFR_STATUS IncrementCounter(uint8_t counter_address, uint32_t inc_value);
DL_API UFR_STATUS ReadNFCCounter(uint32_t *value); // Same as ReadCounter(2, &value);
DL_API UFR_STATUS ReadNFCCounterPwdAuth_RK(uint32_t *value, uint8_t reader_key_index);
DL_API UFR_STATUS ReadNFCCounterPwdAuth_PK(uint32_t *value, const uint8_t *key);

from uFCoder library.
parent 989a6fe9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment