mirror of
https://github.com/semaf/MFRC522_I2C_Library.git
synced 2025-07-29 21:07:13 +02:00
missing declaration
This commit is contained in:
@ -404,6 +404,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
byte _chipAddress;
|
byte _chipAddress;
|
||||||
byte _resetPowerDownPin; // Arduino pin connected to MFRC522's reset and power down input (Pin 6, NRSTPD, active low)
|
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);
|
byte MIFARE_TwoStepHelper(byte command, byte blockAddr, long data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user