kopia lustrzana https://github.com/espressif/esp-idf
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!16141pull/8001/head
commit
7b5232f687
|
@ -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
|
||||
-----------------
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
相关文档
|
||||
-----------------
|
||||
|
|
Ładowanie…
Reference in New Issue