Skip to content

Commit

Permalink
Update 01_ESP-F.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartArduino committed Jan 26, 2018
1 parent ac096e4 commit ed7dd9b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions source/WiFi Module/01_ESP-F.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,24 +124,24 @@ Function Definition of Module Pins
+----+-----+----+---------------------------------------------------------------------+
| 12 | IO10|I/O |GPIO10; SD_D3;SPIWP; HSPIWP1 |
+----+-----+----+---------------------------------------------------------------------+
| 13 | MOSI|I/O | |
| 13 | MOSI|I/O |GPIO8; SD_D1;SPI_MOSI1 |
+----+-----+----+---------------------------------------------------------------------+
| 14 |SCLK |I/O |Module working voltage: 3.3V |
| 14 |SCLK |I/O |GPIO6; SD_CLK; SPI_CLK |
+----+-----+----+---------------------------------------------------------------------+
| 15 | GND | P |GPIO11; SD_CMD; SPI_CS0 |
| 15 | GND | P |GND |
+----+-----+----+---------------------------------------------------------------------+
| 16 |IO15 |I/O |GPIO7; SD_D0, SPI_MSIO |
| 16 |IO15 |I/O |GPIO15; MTDO;HSPICS;UART0_RTS |
+----+-----+----+---------------------------------------------------------------------+
| 17 | IO2 |I/O |GPIO9; SD_D2 PIHD; HSPIHD |
| 17 | IO2 |I/O |GPIO2; UART1_TXD |
+----+-----+----+---------------------------------------------------------------------+
| 18 | IO0 |I/O |GPIO10; SD_D3;SPIWP; HSPIWP1 |
| 18 | IO0 |I/O |GPIO0;SPI_CS2 |
+----+-----+----+---------------------------------------------------------------------+
| 19 | IO4 | I/O| |
| 19 | IO4 | I/O|GPIO4 |
+----+-----+----+---------------------------------------------------------------------+
| 20 | IO5 |I/O |GPIO11; SD_CMD; SPI_CS0 |
| 20 | IO5 |I/O |GPIO5 |
+----+-----+----+---------------------------------------------------------------------+
| 21 | RXD |I/O |GPIO7; SD_D0, SPI_MSIO |
| 21 | RXD |I/O |GPIO3; used to build in Flash as UART Rx |
+----+-----+----+---------------------------------------------------------------------+
| 22 | TXD |I/O |GPIO9; SD_D2 PIHD; HSPIHD |
| 22 | TXD |I/O |GPIO1; used to build in Flash as UART Tx |
+----+-----+----+---------------------------------------------------------------------+

0 comments on commit ed7dd9b

Please sign in to comment.