This commit is contained in:
kkloesener
2020-11-03 22:13:48 +01:00
parent d0138d78d8
commit 33d637822d

View File

@ -20,7 +20,7 @@
*/
MFRC522::MFRC522( byte chipAddress,
byte resetPowerDownPin, ///< Arduino pin connected to MFRC522's reset and power down input (Pin 6, NRSTPD, active low)
TwoWire * TwoWireInstance
TwoWire & TwoWireInstance
) : _TwoWireInstance(TwoWireInstance) {
_chipAddress = chipAddress;
_resetPowerDownPin = resetPowerDownPin;