doc: update usb pins and provide a note in api-reference/uart

This commit is contained in:
Wang Fang
2021-12-28 18:33:18 +08:00
parent 355e8bba76
commit 56e2efcb3f
2 changed files with 3 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ Call the function :cpp:func:`uart_param_config` and pass to it a :cpp:type:`uart
// Configure UART parameters
ESP_ERROR_CHECK(uart_param_config(uart_num, &uart_config));
For more information on how to configure the hardware flow control options, please refer to :example:`peripherals/uart/uart_echo`.
Multiple Steps
""""""""""""""