Merge pull request #33 from membug/master

Update ReadAndWrite.ino
This commit is contained in:
Miki Balboa
2014-08-09 15:11:40 -05:00

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() {