Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DR14_FRDM_MFRC522 RFID-RC522_LCD_16x2_A1602
Fork of MFRC522 by
Diff: MFRC522.cpp
- Revision:
- 2:ffb53e78f40f
- Parent:
- 1:63d729186747
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). */
