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:
Rotzbua
2017-05-11 17:36:43 +02:00
parent 5b77ff7c6a
commit f07049c24e
4 changed files with 10 additions and 30 deletions

View File

@@ -78,7 +78,6 @@ public:
// Contructors
/////////////////////////////////////////////////////////////////////////////////////
MFRC522Extended() : MFRC522() {};
MFRC522Extended(uint8_t rst) : MFRC522(rst) {};
MFRC522Extended(uint8_t ss, uint8_t rst) : MFRC522(ss, rst) {};
/////////////////////////////////////////////////////////////////////////////////////