Update example rfid_write_personal_data.ino

Update pin layout hint like other examples
This commit is contained in:
rotzbua
2015-02-23 16:14:02 +01:00
parent 0ccfb06aa5
commit d4092ba6dc

View File

@@ -1,16 +1,16 @@
/* /*
* Write personal data of a MIFARE RFID card using a RFID-RC522 reader * Write personal data of a MIFARE RFID card using a RFID-RC522 reader
* Uses MFRC522 - Library to use ARDUINO RFID MODULE KIT 13.56 MHZ WITH TAGS SPI W AND R BY COOQROBOT. * Uses MFRC522 - Library to use ARDUINO RFID MODULE KIT 13.56 MHZ WITH TAGS SPI W AND R BY COOQROBOT.
----------------------------------------------------------------------------- * -----------------------------------------------------------------------------------------
* Pin layout should be as follows: * MFRC522 Arduino Arduino Arduino Arduino Arduino
* Signal Pin Pin Pin * Reader/PCD Uno Mega Nano v3 Leonardo/Micro Pro Micro
* Arduino Uno Arduino Mega MFRC522 board * Signal Pin Pin Pin Pin Pin Pin
* ------------------------------------------------------------ * -----------------------------------------------------------------------------------------
* Reset 9 5 RST * RST/Reset RST 9 5 D9 RESET/ICSP-5 RST
* SPI SS 10 53 SDA * SPI SS SDA(SS) 10 53 D10 10 10
* SPI MOSI 11 52 MOSI * SPI MOSI MOSI 11 / ICSP-4 51 D11 ICSP-4 16
* SPI MISO 12 51 MISO * SPI MISO MISO 12 / ICSP-1 50 D12 ICSP-1 14
* SPI SCK 13 50 SCK * SPI SCK SCK 13 / ICSP-3 52 D13 ICSP-3 15
* *
* Hardware required: * Hardware required:
* Arduino * Arduino