Skip to content

Commit 5192ddb

Browse files
committed
add node about TX on GPIO2
1 parent 9db6504 commit 5192ddb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/boards.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ at startup the ESP prints out the current boot mode example:
180180
rst cause:2, boot mode:(3,6)
181181
```
182182

183+
note:
184+
- GPIO2 is used as TX output and the internal Pullup is enabled on boot.
185+
183186
#### rst cause
184187

185188
| Number | Description |
@@ -206,8 +209,7 @@ the first value respects the pin setup of the Pins 0, 2 and 15.
206209
| 6 | 3.3V | 3.3V | 0V | SDIO |
207210
| 7 | 3.3V | 3.3V | 3.3V | SDIO |
208211

209-
Note:
210-
211-
number = ((GPIO15 << 2) | (GPIO0 << 1) | GPIO2);
212+
note:
213+
- number = ((GPIO15 << 2) | (GPIO0 << 1) | GPIO2);
212214

213215

0 commit comments

Comments
 (0)