mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
First steps towards creating a generic HF reader/identifier. A coop with Asper.
This commit is contained in:
parent
62a95012e9
commit
5198f2e23c
2 changed files with 187 additions and 0 deletions
|
@ -134,6 +134,7 @@ end
|
|||
local library = {
|
||||
|
||||
read1443a = read14443a,
|
||||
read = read14443a,
|
||||
waitFor14443a = waitFor14443a,
|
||||
parse1443a = parse1443a,
|
||||
sendToDevice = sendToDevice,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue