What should I change in a class from topic RFID RC522 Raspberry PI 2 Windows IOT if I want to connect second rfid reader via SPI?
I connected the second "ss line" to SPI_CE1_N pin and "reset line" to GPIO12 pin.
I added a constructor in class Mfrc522 and I used SPI_CONTROLLER_NAME, SPI_CHIP_SELECT_LINE, RESET_PIN as a parameters but without success.