Merge branch 'bugfix/uart_rs485_overview_fix_typo' into 'master'

docs: Fix adapted / adopted typo

Closes IDFGH-4498

See merge request espressif/esp-idf!13575
This commit is contained in:
Michael (XIAO Xufeng)
2021-05-31 05:41:31 +00:00

View File

@@ -6,7 +6,7 @@ UART
Overview
--------
A Universal Asynchronous Receiver/Transmitter (UART) is a hardware feature that handles communication (i.e., timing requirements and data framing) using widely-adapted asynchronous serial communication interfaces, such as RS232, RS422, RS485. A UART provides a widely adopted and cheap method to realize full-duplex or half-duplex data exchange among different devices.
A Universal Asynchronous Receiver/Transmitter (UART) is a hardware feature that handles communication (i.e., timing requirements and data framing) using widely-adopted asynchronous serial communication interfaces, such as RS232, RS422, RS485. A UART provides a widely adopted and cheap method to realize full-duplex or half-duplex data exchange among different devices.
.. only:: esp32