Has anyone seen this behavior before? I have an Arduino Leonardo and a push button switch on DIGITAL 6. Works fine.
However, as soon as I include <SPI.h> and <MFRC522.h> (for my RFID reader), the push button stops working. The RFID reader works, but the button cannot be read anymore (I've tried other ports as well).
I'm pulling my hair out... what am I missing?