From 95862a4e20ad58e3bb6c55de63180b7dde35fbd0 Mon Sep 17 00:00:00 2001 From: kkloesener Date: Tue, 3 Nov 2020 21:58:12 +0100 Subject: [PATCH] missing declaration --- MFRC522_I2C.h | 1 + 1 file changed, 1 insertion(+) 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); };