Closed y-nk closed 1 month ago
See example: https://github.com/OSSLibraries/Arduino_MFRC522v2/blob/2.0.5/examples/CustomSPI/CustomSPI.ino
If you need custom pin behavour implement interface MFRC522DriverPin
from https://github.com/OSSLibraries/Arduino_MFRC522v2/blob/2.0.5/src/MFRC522DriverPin.h
Could we have a drop in replacement of chipSelectPin to
spi->pinSS()
when using custom spi?