File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ bool MFRC522::PCD_Init() {
127
127
128
128
/* *
129
129
* Performs a soft reset on the MFRC522 chip and waits for it to be ready again.
130
+ * TODO return result
130
131
*/
131
132
void MFRC522::PCD_Reset () {
132
133
_driver.PCD_WriteRegister (PCD_Register::CommandReg, PCD_Command::PCD_SoftReset); // Issue the SoftReset command.
@@ -779,7 +780,7 @@ MFRC522::StatusCode MFRC522::PICC_HaltA() {
779
780
*/
780
781
MFRC522::StatusCode MFRC522::PCD_Authenticate (byte command, // /< PICC_Command::PICC_CMD_MF_AUTH_KEY_A or PICC_Command::PICC_CMD_MF_AUTH_KEY_B
781
782
byte blockAddr, // /< The block number. See numbering in the comments in the .h file.
782
- MIFARE_Key *key, // /< Pointer to the Crypteo1 key to use (6 bytes).
783
+ MIFARE_Key *key, // /< Pointer to the Crypto1 key to use (6 bytes).
783
784
Uid *uid // /< Pointer to Uid struct. The first 4 bytes of the UID is used.
784
785
) {
785
786
byte waitIRq = 0x10 ; // IdleIRq
You can’t perform that action at this time.
0 commit comments