diff --git a/docs/assets/img/faq/faq_06.png b/docs/assets/img/faq/faq_06.png new file mode 100644 index 00000000..e0cb9747 Binary files /dev/null and b/docs/assets/img/faq/faq_06.png differ diff --git a/docs/en/faq.md b/docs/en/faq.md index 7e48b7d0..1ec7703c 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -43,6 +43,8 @@ + + - **Q6: What special GPIO pins do you need to pay attention to in ESP32?** The ESP32 has 34 GPIO pins, of which GPIO 34-39 is only used as an input and cannot be used as an output. Others can be used as both an input and an output pin. diff --git a/docs/ja/faq.md b/docs/ja/faq.md index 086c0b00..c6c3cd2a 100644 --- a/docs/ja/faq.md +++ b/docs/ja/faq.md @@ -44,6 +44,8 @@ A. PCによって書き込みができない場合があるようです。そこ + + --- ### Q. ESP32で取り扱いに注意しないといけないピンはありますか? diff --git a/docs/zh_CN/faq.md b/docs/zh_CN/faq.md index 62a85f95..6ac9d653 100644 --- a/docs/zh_CN/faq.md +++ b/docs/zh_CN/faq.md @@ -44,6 +44,8 @@ + + - **Q6: ESP32 有哪些特殊的 GPIO 管脚需要注意?** ESP32 有 34 个 GPIO 管脚,其中 GPIO 34-39 仅用作输入,不能作为输出,其他的既可以作为输入又可以作为输出管脚。