Skip to content

Commit 8c9349f

Browse files
committed
11-usart: better wording
1 parent 65ce31e commit 8c9349f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/11-usart/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ information between the microcontroller and your laptop. But before we do that
1010
we have to wire up everything.
1111

1212
I mentioned before that this protocol involves two data lines: TX and RX. TX
13-
stands for transmitter and RX stands for receiver. Which is which depends from
14-
which device we are looking the lines at.
13+
stands for transmitter and RX stands for receiver. Transmitter and receiver are
14+
relative terms though; which line is the transmitter and which line is the
15+
receiver depends from which side of the communication you are looking at the
16+
lines.
1517

1618
We'll be using the pin `PA9` as the TX line and `PA10` as the RX line. IOW, the
1719
pin `PA9` outputs data onto its wire wheres the pin `PA10` listens for data on

0 commit comments

Comments
 (0)