test ok

Dependents:   DR14_FRDM_MFRC522 RFID-RC522_LCD_16x2_A1602

Fork of MFRC522 by Martin Olejar

Files at this revision

API Documentation at this revision

Comitter:
fblanc
Date:
Thu Feb 12 12:59:31 2015 +0000
Parent:
1:63d729186747
Commit message:
RFID+FRFM-KL25Z test OK

Changed in this revision

MFRC522.cpp Show annotated file Show diff for this revision Revisions of this file
MFRC522.h Show annotated file Show diff for this revision Revisions of this file
--- a/MFRC522.cpp	Mon Jan 06 15:00:15 2014 +0000
+++ b/MFRC522.cpp	Thu Feb 12 12:59:31 2015 +0000
@@ -1110,6 +1110,10 @@
   return((char *) _ErrorMessage[code]);
 } // End GetStatusCodeName()
 
+
+
+
+
 /*
  * Calculates the bit pattern needed for the specified access bits. In the [C1 C2 C3] tupples C1 is MSB (=4) and C3 is LSB (=1).
  */
--- a/MFRC522.h	Mon Jan 06 15:00:15 2014 +0000
+++ b/MFRC522.h	Thu Feb 12 12:59:31 2015 +0000
@@ -1,4 +1,7 @@
 /**
+ * @ version Forks dec 2014
+ * @date 27/12/2014
+ * @author F.BLANC
  * MFRC522.h - Library to use ARDUINO RFID MODULE KIT 13.56 MHZ WITH TAGS SPI W AND R BY COOQROBOT.
  * Based on code Dr.Leong   ( WWW.B2CQSHOP.COM )
  * Created by Miguel Balboa (circuitito.com), Jan, 2012.