Update FixBrickedUID.ino

Added new pin layout info; standardizing format and info
This commit is contained in:
UnKnoWn-Consortium
2015-01-24 23:46:18 +00:00
parent 39d820b509
commit e4a25489b2

View File

@@ -23,15 +23,17 @@
http://mac86project.altervista.org/ http://mac86project.altervista.org/
----------------------------------------------------------------------------- Nicola Coppola ----------------------------------------------------------------------------- Nicola Coppola
* Pin layout should be as follows: * Typical pin layout used:
* Signal Pin Pin Pin * -----------------------------------------------------------------------------------------
* Arduino Uno Arduino Mega MFRC522 board * MFRC522 Arduino Arduino Arduino Arduino Arduino
* ------------------------------------------------------------ * Reader/PCD Uno Mega Nano v3 Leonardo/Micro Pro Micro
* Reset 9 5 RST * Signal Pin Pin Pin Pin Pin Pin
* SPI SS 10 53 SDA * -----------------------------------------------------------------------------------------
* SPI MOSI 11 51 MOSI * RST/Reset RST 9 5 D9 RESET/ICSP-5 RST
* SPI MISO 12 50 MISO * SPI SS SDA(SS) 10 53 D10 10 10
* SPI SCK 13 52 SCK * SPI MOSI MOSI 11 / ICSP-4 51 D11 ICSP-4 16
* SPI MISO MISO 12 / ICSP-1 50 D12 ICSP-1 14
* SPI SCK SCK 13 / ICSP-3 52 D13 ICSP-3 15
* *
* The reader can be found on eBay for around 5 dollars. Search for "mf-rc522" on ebay.com. * The reader can be found on eBay for around 5 dollars. Search for "mf-rc522" on ebay.com.
*/ */