style space to tab
no code change, just style
This commit is contained in:
@@ -280,7 +280,6 @@ void MFRC522::PCD_SetAntennaGain(byte mask) {
|
|||||||
*/
|
*/
|
||||||
bool MFRC522::PCD_PerformSelfTest() {
|
bool MFRC522::PCD_PerformSelfTest() {
|
||||||
// This follows directly the steps outlined in 16.1.1
|
// This follows directly the steps outlined in 16.1.1
|
||||||
|
|
||||||
// 1. Perform a soft reset.
|
// 1. Perform a soft reset.
|
||||||
PCD_Reset();
|
PCD_Reset();
|
||||||
|
|
||||||
@@ -315,7 +314,6 @@ bool MFRC522::PCD_PerformSelfTest() {
|
|||||||
PCD_ReadRegister(FIFODataReg, 64, result, 0);
|
PCD_ReadRegister(FIFODataReg, 64, result, 0);
|
||||||
|
|
||||||
// Auto self-test done
|
// Auto self-test done
|
||||||
|
|
||||||
// Reset AutoTestReg register to be 0 again. Required for normal operation.
|
// Reset AutoTestReg register to be 0 again. Required for normal operation.
|
||||||
PCD_WriteRegister(AutoTestReg, 0x00);
|
PCD_WriteRegister(AutoTestReg, 0x00);
|
||||||
|
|
||||||
|
|||||||
@@ -322,7 +322,6 @@ public:
|
|||||||
/////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////
|
||||||
byte PCD_TransceiveData(byte *sendData, byte sendLen, byte *backData, byte *backLen, byte *validBits = NULL, byte rxAlign = 0, bool checkCRC = false);
|
byte PCD_TransceiveData(byte *sendData, byte sendLen, byte *backData, byte *backLen, byte *validBits = NULL, byte rxAlign = 0, bool checkCRC = false);
|
||||||
byte PCD_CommunicateWithPICC(byte command, byte waitIRq, byte *sendData, byte sendLen, byte *backData = NULL, byte *backLen = NULL, byte *validBits = NULL, byte rxAlign = 0, bool checkCRC = false);
|
byte PCD_CommunicateWithPICC(byte command, byte waitIRq, byte *sendData, byte sendLen, byte *backData = NULL, byte *backLen = NULL, byte *validBits = NULL, byte rxAlign = 0, bool checkCRC = false);
|
||||||
|
|
||||||
byte PICC_RequestA(byte *bufferATQA, byte *bufferSize);
|
byte PICC_RequestA(byte *bufferATQA, byte *bufferSize);
|
||||||
byte PICC_WakeupA(byte *bufferATQA, byte *bufferSize);
|
byte PICC_WakeupA(byte *bufferATQA, byte *bufferSize);
|
||||||
byte PICC_REQA_or_WUPA(byte command, byte *bufferATQA, byte *bufferSize);
|
byte PICC_REQA_or_WUPA(byte command, byte *bufferATQA, byte *bufferSize);
|
||||||
|
|||||||
Reference in New Issue
Block a user