Update README.md

This commit is contained in:
Nicola Coppola
2013-11-12 03:28:05 +01:00
parent 41fedb9c1a
commit 1345a3e7a0

View File

@@ -10,3 +10,11 @@ Read a card using a mfrc522 reader on your SPI interface on your Arduino
* SCK : Pin 13 / ISCP-3
* SS : Pin 10 (Configurable)
* RST : Pin 9 (Configurable)
*
* Pin layout should be as follows (on Arduino Mega):
* MOSI: Pin 51 / ICSP-4
* MISO: Pin 50 / ICSP-1
* SCK : Pin 52 / ISCP-3
* SS : Pin 53 (Configurable)
* RST : Pin 5 (Configurable)