diff --git a/MFRC522_I2C.h b/MFRC522_I2C.h index 5d6cb82..1b720a6 100644 --- a/MFRC522_I2C.h +++ b/MFRC522_I2C.h @@ -404,6 +404,7 @@ public: private: byte _chipAddress; byte _resetPowerDownPin; // Arduino pin connected to MFRC522's reset and power down input (Pin 6, NRSTPD, active low) + TwoWire _TwoWireInstance; // TwoWire Instance byte MIFARE_TwoStepHelper(byte command, byte blockAddr, long data); };