mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 13:53:26 -07:00
iso14a reader patches [Hagen Fritsch]
This commit is contained in:
parent
7e758047e4
commit
534983d735
12 changed files with 255 additions and 95 deletions
13
armsrc/iso14443a.h
Normal file
13
armsrc/iso14443a.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef __ISO14443A_H
|
||||
#define __ISO14443A_H
|
||||
#include "common.h"
|
||||
|
||||
extern void AppendCrc14443a(uint8_t* data, int len);
|
||||
extern void ReaderTransmitShort(const uint8_t* bt);
|
||||
extern void ReaderTransmit(uint8_t* frame, int len);
|
||||
extern int ReaderReceive(uint8_t* receivedAnswer);
|
||||
extern void iso14443a_setup();
|
||||
extern int iso14443a_select_card(uint8_t * uid_ptr, iso14a_card_select_t * card_info);
|
||||
extern void iso14a_set_trigger(int enable);
|
||||
|
||||
#endif /* __ISO14443A_H */
|
Loading…
Add table
Add a link
Reference in a new issue