mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Add state after reset
This commit is contained in:
parent
8fb4226faa
commit
c112f6d263
@ -96,29 +96,30 @@ This means effectively only the following pins can be used as general purpose GP
|
||||
.. table::
|
||||
:class: no-center
|
||||
|
||||
========== ==============================
|
||||
**Pin** **Restrictions**
|
||||
---------- ------------------------------
|
||||
``GPIO0`` If HIGH on boot
|
||||
---------- ------------------------------
|
||||
``GPIO2`` If HIGH on boot
|
||||
---------- ------------------------------
|
||||
``GPIO4``
|
||||
---------- ------------------------------
|
||||
``GPIO5``
|
||||
---------- ------------------------------
|
||||
``GPIO6``
|
||||
---------- ------------------------------
|
||||
``GPIO12``
|
||||
---------- ------------------------------
|
||||
``GPIO13``
|
||||
---------- ------------------------------
|
||||
``GPIO14``
|
||||
---------- ------------------------------
|
||||
``GPIO15`` If LOW on boot
|
||||
---------- ------------------------------
|
||||
``GPIO16`` Does not have internal pullup
|
||||
========== ==============================
|
||||
========== ============================== ==============================
|
||||
**Pin** **Restrictions** **State after Reset**
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO0`` If HIGH on boot Weak Pull Up
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO2`` If HIGH on boot Weak Pull Up
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO4`` High Impedance
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO5`` High Impedance
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO6`` Weak Pull Up
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO12`` Weak Pull Up
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO13`` Weak Pull Up
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO14`` Weak Pull Up
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO15`` If LOW on boot Weak Pull Up
|
||||
---------- ------------------------------ ------------------------------
|
||||
``GPIO16`` Has pull-down (but no pull-up Weak Pull Down
|
||||
resistor
|
||||
========== ============================== ==============================
|
||||
|
||||
Boot Modes
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user