I'm trying out the SPI library from the current master branch (as of commit e7e1d8a) with the Arduino RFID Library for MFRC522, and the firstcompilation error that comes up is that there is no SS pin is defined.
Apparently each Arduino implementation should declare a SS define that refers to the default pin to be used for the "Slave Select" signal. See https://www.arduino.cc/en/Reference/SPI.
I'm trying out the SPI library from the current master branch (as of commit e7e1d8a) with the Arduino RFID Library for MFRC522, and the firstcompilation error that comes up is that there is no
SSpin is defined.Apparently each Arduino implementation should declare a
SSdefine that refers to the default pin to be used for the "Slave Select" signal. See https://www.arduino.cc/en/Reference/SPI.