remove some constructors
Optional soft reset was added before, this can confuse ppl by default set ss and not set rst pin. To clearify this change is made. Maybe brakes some implmentations.
This commit is contained in:
@@ -78,7 +78,6 @@ public:
|
||||
// Contructors
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
MFRC522Extended() : MFRC522() {};
|
||||
MFRC522Extended(uint8_t rst) : MFRC522(rst) {};
|
||||
MFRC522Extended(uint8_t ss, uint8_t rst) : MFRC522(ss, rst) {};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user