Merge branch 'docs/add_an_example_list_for_esp32-wrover-kit' into 'master'

docs: add an example list for esp-wrover-kit

Closes DOC-2264

See merge request espressif/esp-idf!16141
This commit is contained in:
Wang Fang 2021-11-30 11:44:24 +00:00
commit 7b5232f687
2 changed files with 11 additions and 0 deletions

View File

@ -363,6 +363,11 @@ Now to Development
Please proceed to :doc:`../../get-started/index`, where Section :ref:`get-started-step-by-step` will quickly help you set up the development environment and then flash an example project onto your board.
The application examples that use some hardware specific to your ESP-WROVER-KIT can be found below.
* On-board LCD example: :example:`peripherals/spi_master/lcd`
* SD card slot example: :example:`storage/sd_card`
* Camera connector example: https://github.com/espressif/esp32-camera
Related Documents
-----------------

View File

@ -425,6 +425,12 @@ USB 供电 使能 UART 通信
现在,请前往 :doc:`../../get-started/index` 中的 :ref:`get-started-step-by-step` 章节,查看如何设置开发环境,并尝试将示例项目烧录至您的开发板。
以下链接提供了与 ESP-WROVER-KIT 开发板硬件相关的示例:
* 板上 LCD 示例::example:`peripherals/spi_master/lcd`
* SD 卡槽示例: :example:`storage/sd_card`
* 摄像头示例https://github.com/espressif/esp32-camera
相关文档
-----------------