From 2f97c865fbfe13b5c14fff4986db65c1b1793bdd Mon Sep 17 00:00:00 2001 From: UnKnoWn-Consortium Date: Sat, 24 Jan 2015 01:07:24 +0000 Subject: [PATCH] Update README.rst Added pin layouts for ATMEGA32U4-based Arduinos --- README.rst | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index e40ba73..a210eae 100644 --- a/README.rst +++ b/README.rst @@ -17,23 +17,23 @@ Pin Layout The following table shows the typical pin layout used: -+-----------+----------+---------------------------------+--------+ -| | PCD | Arduino | Teensy | -| +----------+-------------+---------+---------+--------+ -| | MFRC522 | Uno | Mega | Nano v3 | 3.1 | -+-----------+----------+-------------+---------+---------+--------+ -| Signal | Pin | Pin | Pin | Pin | Pin | -+===========+==========+=============+=========+=========+========+ -| RST/Reset | RST | 9 [1]_ | 5 [1]_ | D9 | 9 | -+-----------+----------+-------------+---------+---------+--------+ -| SPI SS | SDA [3]_ | 10 [2]_ | 53 [2]_ | D10 | 10 | -+-----------+----------+-------------+---------+---------+--------+ -| SPI MOSI | MOSI | 11 / ICSP-4 | 52 | D11 | 11 | -+-----------+----------+-------------+---------+---------+--------+ -| SPI MISO | MISO | 12 / ICSP-1 | 51 | D12 | 12 | -+-----------+----------+-------------+---------+---------+--------+ -| SPI SCK | SCK | 13 / ICSP-3 | 50 | D13 | 13 | -+-----------+----------+-------------+---------+---------+--------+ ++-----------+----------+-------------------------------------------------------------+--------+ +| | PCD | Arduino | Teensy | +| +----------+-------------+---------+---------+---------------+-----------+--------+ +| | MFRC522 | Uno | Mega | Nano v3 |Leonardo/Micro | Pro Micro | 3.1 | ++-----------+----------+-------------+---------+---------+---------------+-----------+--------+ +| Signal | Pin | Pin | Pin | Pin | Pin | Pin | Pin | ++===========+==========+=============+=========+=========+===============+===========+========+ +| RST/Reset | RST | 9 [1]_ | 5 [1]_ | D9 | RESET/ICSP-5 | RST | 9 | ++-----------+----------+-------------+---------+---------+---------------+-----------+--------+ +| SPI SS | SDA [3]_ | 10 [2]_ | 53 [2]_ | D10 | 10 | 10 | 10 | ++-----------+----------+-------------+---------+---------+---------------+-----------+--------+ +| SPI MOSI | MOSI | 11 / ICSP-4 | 52 | D11 | ICSP-4 | 16 | 11 | ++-----------+----------+-------------+---------+---------+---------------+-----------+--------+ +| SPI MISO | MISO | 12 / ICSP-1 | 51 | D12 | ICSP-1 | 14 | 12 | ++-----------+----------+-------------+---------+---------+---------------+-----------+--------+ +| SPI SCK | SCK | 13 / ICSP-3 | 50 | D13 | ICSP-3 | 15 | 13 | ++-----------+----------+-------------+---------+---------+---------------+-----------+--------+ .. [1] Configurable, typically defined as RST_PIN in sketch/program. .. [2] Configurable, typically defined as SS_PIN in sketch/program.