docs: provide more information about ESP32-C3 GPIO0~GPIO5 which can be used to wake up the chip from Deep-sleep mode

This commit is contained in:
Wang Fang
2023-04-19 16:33:19 +08:00
parent 852c60fee0
commit 719b75da9b
8 changed files with 29 additions and 23 deletions

View File

@@ -111,6 +111,6 @@
- Strapping 管脚GPIO8 GPIO9 Strapping 管脚。更多信息请参考 `ESP8684 技术规格书 <{IDF_TARGET_DATASHEET_CN_URL}>`_。
- SPI0/1GPIO12-17 通常用于 SPI flash不推荐用于其他用途。
- RTCGPIO0-5 以在 Deep-sleep 模式时使用
- RTCGPIO0-5 用于将芯片从 Deep-sleep 模式中唤醒,其他 GPIO 仅能将芯片从 Light-sleep 模式中唤醒。更多信息请参考 :ref:`唤醒源<api-reference-wakeup-source>` 章节
---