Skip to content

Commit

Permalink
Update modMFRC.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Spugna85 committed May 6, 2014
1 parent 151db9d commit 2f59e08
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions modMFRC.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,17 @@
#define MFRC_RD_OK 1
#define MFRC_WR_OK 2

#define AUTH_KEYA 1
#define AUTH_KEYB 2
#define AUTH_DEFAULT 3


extern void setIdxTrailer(uint8_t idx);
extern void setIdxBlk(uint8_t idx);
extern void print_tag_sts(uint8_t sts);
extern void initMFRC();
extern uint8_t check_rfid(byte write, uint8_t *buf, uint8_t size);
extern uint8_t MFRC_formatCard();
extern uint8_t init_rfid();
extern void initMFRC(byte *kA, byte *kB);
extern uint8_t check_rfid(uint8_t auth, byte write, uint8_t *buf, uint8_t size);
extern uint8_t MFRC_formatCard(uint8_t auth);
extern uint8_t init_rfid(uint8_t auth);

#endif // modMFRC_h

0 comments on commit 2f59e08

Please sign in to comment.