missing declaration

This commit is contained in:
kkloesener
2020-11-03 21:58:12 +01:00
parent 3572ad0f64
commit 95862a4e20

View File

@ -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);
};