From d4aa80d88e31ee21e76f9a53622438fa18daa328 Mon Sep 17 00:00:00 2001 From: mmone Date: Fri, 4 Aug 2017 17:11:15 +0200 Subject: [PATCH] Added Wemos D1 mini pinout (#333) --- README.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.rst b/README.rst index 03701df..61991ce 100644 --- a/README.rst +++ b/README.rst @@ -129,6 +129,24 @@ The following table shows the typical pin layout used: | SPI SCK | SCK | 13 / ICSP-3 | 52 | D13 | ICSP-3 | 15 | 1 | 21 | 13 | +-----------+----------+-------------+---------+---------+-----------------+-----------+--------+--------+--------+ ++-----------+---------------+ +| | ESP8266 | +| +---------------+ +| | Wemos D1 mini | ++-----------+---------------+ +| Signal | Pin | ++===========+===============+ +| RST/Reset | D3 | ++-----------+---------------+ +| SPI SS | D8 | ++-----------+---------------+ +| SPI MOSI | D7 | ++-----------+---------------+ +| SPI MISO | D6 | ++-----------+---------------+ +| SPI SCK | D5 | ++-----------+---------------+ + .. [1] Configurable, typically defined as RST_PIN in sketch/program. .. [2] Configurable, typically defined as SS_PIN in sketch/program. .. [3] The SDA pin might be labeled SS on some/older MFRC522 boards.