Skip to content

Commit

Permalink
add node about TX on GPIO2
Browse files Browse the repository at this point in the history
  • Loading branch information
Links2004 committed Nov 14, 2015
1 parent 9db6504 commit 5192ddb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/boards.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ at startup the ESP prints out the current boot mode example:
rst cause:2, boot mode:(3,6)
```

note:
- GPIO2 is used as TX output and the internal Pullup is enabled on boot.

#### rst cause

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

Note:

number = ((GPIO15 << 2) | (GPIO0 << 1) | GPIO2);
note:
- number = ((GPIO15 << 2) | (GPIO0 << 1) | GPIO2);


0 comments on commit 5192ddb

Please sign in to comment.