Skip to content

Commit f484528

Browse files
committed
update doc
1 parent 0e3fbae commit f484528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MFRC522v2.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ bool MFRC522::PCD_Init() {
127127

128128
/**
129129
* Performs a soft reset on the MFRC522 chip and waits for it to be ready again.
130+
* TODO return result
130131
*/
131132
void MFRC522::PCD_Reset() {
132133
_driver.PCD_WriteRegister(PCD_Register::CommandReg, PCD_Command::PCD_SoftReset); // Issue the SoftReset command.
@@ -779,7 +780,7 @@ MFRC522::StatusCode MFRC522::PICC_HaltA() {
779780
*/
780781
MFRC522::StatusCode MFRC522::PCD_Authenticate(byte command, ///< PICC_Command::PICC_CMD_MF_AUTH_KEY_A or PICC_Command::PICC_CMD_MF_AUTH_KEY_B
781782
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).
783784
Uid *uid ///< Pointer to Uid struct. The first 4 bytes of the UID is used.
784785
) {
785786
byte waitIRq = 0x10; // IdleIRq

0 commit comments

Comments
 (0)