Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
f5ae0ed7
Commit
f5ae0ed7
authored
Sep 14, 2015
by
Johny Mattsson
Browse files
Merge pull request #647 from DiUS/hw-spi-uart-doc
Added HW SPI and UART ports to doc
parents
0606d9c4
310b5cde
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f5ae0ed7
...
...
@@ -81,13 +81,13 @@ tools/esptool.py supported NodeMCU devkit automatic flash.
<th
scope=
"col"
>
IO index
</th><th
scope=
"col"
>
ESP8266 pin
</th><th
scope=
"col"
>
IO index
</th><th
scope=
"col"
>
ESP8266 pin
</th>
</tr>
<tr>
<td>
0 [
*
]
</td><td>
GPIO16
</td><td>
8
</td><td>
GPIO15
</td>
<td>
0 [
*
]
</td><td>
GPIO16
</td><td>
8
</td><td>
GPIO15
(SPI CS)
</td>
</tr>
<tr>
<td>
1
</td><td>
GPIO5
</td><td>
9
</td><td>
GPIO3
</td>
<td>
1
</td><td>
GPIO5
</td><td>
9
</td><td>
GPIO3
(UART RX)
</td>
</tr>
<tr>
<td>
2
</td><td>
GPIO4
</td><td>
10
</td><td>
GPIO1
</td>
<td>
2
</td><td>
GPIO4
</td><td>
10
</td><td>
GPIO1
(UART TX)
</td>
</tr>
<tr>
<td>
3
</td><td>
GPIO0
</td><td>
11
</td><td>
GPIO9
</td>
...
...
@@ -96,13 +96,13 @@ tools/esptool.py supported NodeMCU devkit automatic flash.
<td>
4
</td><td>
GPIO2
</td><td>
12
</td><td>
GPIO10
</td>
</tr>
<tr>
<td>
5
</td><td>
GPIO14
</td><td></td><td></td>
<td>
5
</td><td>
GPIO14
(SPI CLK)
</td><td></td><td></td>
</tr>
<tr>
<td>
6
</td><td>
GPIO12
</td><td></td><td></td>
<td>
6
</td><td>
GPIO12
(SPI MISO)
</td><td></td><td></td>
</tr>
<tr>
<td>
7
</td><td>
GPIO13
</td><td></td><td></td>
<td>
7
</td><td>
GPIO13
(SPI MOSI)
</td><td></td><td></td>
</tr>
</table>
#### [*] D0(GPIO16) can only be used as gpio read/write. no interrupt supported. no pwm/i2c/ow supported.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment