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

pull/8460/head
Wang Fang 2021-11-26 14:59:09 +08:00
rodzic 22b57850bd
commit 81936fd2b6
2 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -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
-----------------

Wyświetl plik

@ -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
相关文档
-----------------