Update ReadAndWrite.ino

arduino uno pins
This commit is contained in:
pǝɯɐɥoɯ
2014-06-10 21:56:42 -04:00
parent 07300f4477
commit a8dc44e13a

View File

@@ -39,8 +39,8 @@
#include <SPI.h>
#include <MFRC522.h>
#define SS_PIN 53
#define RST_PIN 5
#define SS_PIN 10
#define RST_PIN 9
MFRC522 mfrc522(SS_PIN, RST_PIN); // Create MFRC522 instance.
void setup() {