mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: the 14b is getting better, since I added the fpga waiting signaling I found in "14a emgetcmd" etc.
This commit is contained in:
parent
57850d9dfb
commit
ffeb77fdc6
4 changed files with 67 additions and 18 deletions
|
@ -32,6 +32,9 @@ uint8_t iso14443b_apdu(uint8_t const *message, size_t message_length, uint8_t *r
|
|||
uint8_t iso14443b_select_card(iso14b_card_select_t* card);
|
||||
uint8_t iso14443b_select_card_srx(iso14b_card_select_t* card);
|
||||
|
||||
// testfunctions
|
||||
void WaitForFpgaDelayQueueIsEmpty( uint16_t delay );
|
||||
void ClearFpgaShiftingRegisters(void);
|
||||
|
||||
// States for 14B SIM command
|
||||
#define SIM_NOFIELD 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue