Hi,
I'm using the MFRC522 RFID module with this library and example DumpInfo sketch. In the MFRC522.h file the MFRC522_SPICLOCK is set to SPI_CLOCK_DIV4 (which should correspond to 4MHz on Arduino Uno) but if I look at the SPI SCK line using oscilloscope, it reads frequency of 125kHz which should correspond to divider of 128. See picture 1.
And what is even weirder is that if I change the divider in the library to 64 nothing changes. See picture 2 (green is default DIV4/DIV128 overlaid with purple DIV64).
Any ideas why the speed does not change? Thanks!