From: kooho <2229179028@qq.com> Date: Mon, 17 Sep 2018 02:18:59 +0000 (+0800) Subject: doc(rmt): fixed some typos in rmt example readme file X-Git-Tag: v3.2-beta1~74^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50a5985b067d2fbd47b9298be0ef0e2800b22a85;p=esp-idf doc(rmt): fixed some typos in rmt example readme file --- diff --git a/examples/peripherals/rmt_nec_tx_rx/README.md b/examples/peripherals/rmt_nec_tx_rx/README.md index bdaa8253f3..85f861fdbe 100644 --- a/examples/peripherals/rmt_nec_tx_rx/README.md +++ b/examples/peripherals/rmt_nec_tx_rx/README.md @@ -8,7 +8,7 @@ This example uses the remote control (RMT) peripheral to transmit and receive co ### Hardware Required -* A development board with ESP32 SoC (e.g., ESP32-DevKitC, ESP-WORVER-KIT, etc.) +* A development board with ESP32 SoC (e.g., ESP32-DevKitC, ESP-WROVER-KIT, etc.) * A USB cable for Power supply and programming By default, this example runs a self test which assumes the TX pin (GPIO18) and RX pin (GPIO19) are _connected together_. @@ -77,4 +77,4 @@ NEC: RMT RCV --- addr: 0xda25 cmd: 0xeb14 * Hardware connection is not correct: run `make monitor`, and reboot your board to see if there is any output logs. * The baud rate for downloading is too high: lower your baud rate in the `menuconfig` menu, and try again. -For any technical queries, please open an [issue] (https://github.com/espressif/esp-idf/issues) on GitHub. We will get back to you soon. \ No newline at end of file +For any technical queries, please open an [issue] (https://github.com/espressif/esp-idf/issues) on GitHub. We will get back to you soon. diff --git a/examples/peripherals/rmt_tx/README.md b/examples/peripherals/rmt_tx/README.md index 9749381f04..3b1cf4a43e 100644 --- a/examples/peripherals/rmt_tx/README.md +++ b/examples/peripherals/rmt_tx/README.md @@ -8,7 +8,7 @@ This example will shows how to configure and operate the remote control (RMT) pe ### Hardware Required -* A development board with ESP32 SoC (e.g., ESP32-DevKitC, ESP-WORVER-KIT, etc.) +* A development board with ESP32 SoC (e.g., ESP32-DevKitC, ESP-WROVER-KIT, etc.) * A USB cable for Power supply and programming * A LED, a speaker or an earphone @@ -64,4 +64,4 @@ RMT Tx: Sample transmission complete * Hardware connection is not correct: run `make monitor`, and reboot your board to see if there is any output logs. * The baud rate for downloading is too high: lower your baud rate in the `menuconfig` menu, and try again. -For any technical queries, please open an [issue] (https://github.com/espressif/esp-idf/issues) on GitHub. We will get back to you soon. \ No newline at end of file +For any technical queries, please open an [issue] (https://github.com/espressif/esp-idf/issues) on GitHub. We will get back to you soon.