Update MinimalInterrupt.ino

This commit is contained in:
gpancot
2016-04-09 19:01:27 +02:00
parent 2f57235c87
commit 3503a149e2

View File

@@ -30,7 +30,7 @@
#include <MFRC522.h>
#define RST_PIN 9 // Configurable, see typical pin layout above
#define SS_PIN 10 // Configurable, see typical pin layout above
#define SS_PIN 3 // Configurable, see typical pin layout above
#define IRQ_PIN 2
MFRC522 mfrc522(SS_PIN, RST_PIN); // Create MFRC522 instance.