Skip to content

Commit 00b49b3

Browse files
committed
updated mux4052a readme
1 parent 5e9e93a commit 00b49b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

components/peripherals/uart/esp_mux4052a/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ components
3737

3838
## Basic Example
3939

40-
Once a driver instance is instantiated the multiplexer is ready for usage as shown in the below example. This basic implementation of the driver utilizes default configuration settings, configures the MUX4052A's channel, transmits a message from UART_NUM_2 at user defined interval, and prints the message received from UART_NUM_0. The MUX4052A is interfaced to the MCU on UART_NUM_2 and MUX4052A channels 0 and 2 are interfaced to the MCU on UART_NUM_0. The uart transmit lines for channels 0 and 2 on the MUX4052A are connected to the MCU's receive lines on UART_NUM_0. There is a 5 second delay between channel configuration and message transmission.
40+
Once a driver instance is instantiated the multiplexer is ready for usage as shown in the below example. This basic implementation of the driver utilizes default configuration settings, configures the MUX4052A's channel, transmits a message from UART_NUM_2 at a user defined interval, and prints the message received from UART_NUM_0. The MUX4052A is interfaced to the MCU on UART_NUM_2 and MUX4052A channels 0 and 2 are interfaced to the MCU on UART_NUM_0. The uart transmit lines for channels 0 and 2 on the MUX4052A are connected to the MCU's receive lines on UART_NUM_0. There is a 5 second delay between channel configuration and message transmissions.
4141

4242
```c
4343
#include <stdio.h>

templates/component/include/version.h.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
* MIT Licensed as described in the file LICENSE
2828
*/
2929

30+
/**
31+
* This is an auto-generated header file.
32+
*
33+
* Do not edit this file directly.
34+
*/
35+
3036
#ifndef __@COMPONENT_HEADER_NAME_UPPER@_FW_VERSION_H__
3137
#define __@COMPONENT_HEADER_NAME_UPPER@_FW_VERSION_H__
3238

0 commit comments

Comments
 (0)