File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ information between the microcontroller and your laptop. But before we do that
10
10
we have to wire up everything.
11
11
12
12
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.
15
17
16
18
We'll be using the pin ` PA9 ` as the TX line and ` PA10 ` as the RX line. IOW, the
17
19
pin ` PA9 ` outputs data onto its wire wheres the pin ` PA10 ` listens for data on
You can’t perform that action at this time.
0 commit comments