test ok
Dependents: DR14_FRDM_MFRC522 RFID-RC522_LCD_16x2_A1602
Fork of MFRC522 by
Revision 2:ffb53e78f40f, committed 2015-02-12
- 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 |
diff -r 63d729186747 -r ffb53e78f40f MFRC522.cpp --- 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). */
diff -r 63d729186747 -r ffb53e78f40f MFRC522.h --- 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.