mirror of
https://github.com/semaf/MFRC522_I2C_Library.git
synced 2025-07-29 12:57:13 +02:00
typo
This commit is contained in:
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
MFRC522::MFRC522( byte chipAddress,
|
MFRC522::MFRC522( 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 & TwoWireInstance
|
||||||
) : _TwoWireInstance(TwoWireInstance) {
|
) : _TwoWireInstance(TwoWireInstance) {
|
||||||
_chipAddress = chipAddress;
|
_chipAddress = chipAddress;
|
||||||
_resetPowerDownPin = resetPowerDownPin;
|
_resetPowerDownPin = resetPowerDownPin;
|
||||||
|
Reference in New Issue
Block a user