diff --git a/examples/DumpInfo/DumpInfo.ino b/examples/DumpInfo/DumpInfo.ino index 2c5ee35..cbc1ae1 100644 --- a/examples/DumpInfo/DumpInfo.ino +++ b/examples/DumpInfo/DumpInfo.ino @@ -9,15 +9,20 @@ * Released into the public domain. * * Sample program showing how to read data from a PICC using a MFRC522 reader on the Arduino SPI interface. + *----------------------------------------------------------------------------- empty_skull + * Aggiunti pin per arduino Mega + * add pin configuration for arduino mega + * http://mac86project.altervista.org/ + ----------------------------------------------------------------------------- Nicola Coppola * Pin layout should be as follows: - * Signal Pin Pin - * Arduino Uno MFRC522 board - * ----------------------------------------- - * Reset 9 RST - * SPI SS 10 SDA - * SPI MOSI 11 MOSI - * SPI MISO 12 MISO - * SPI SCK 13 SCK + * Signal Pin Pin Pin + * Arduino Uno Arduino Mega MFRC522 board + * ------------------------------------------------------------ + * Reset 9 5 RST + * SPI SS 10 53 SDA + * SPI MOSI 11 52 MOSI + * SPI MISO 12 51 MISO + * SPI SCK 13 50 SCK * * The reader can be found on eBay for around 5 dollars. Search for "mf-rc522" on ebay.com. */