Skip to content

Commit 7028661

Browse files
authored
Apply suggestions from code review
1 parent 37f65b2 commit 7028661

File tree

1 file changed

+2
-3
lines changed
  • content/learn/05.communication/09.uart

1 file changed

+2
-3
lines changed

content/learn/05.communication/09.uart/uart.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ The polarity of the stop bit(s) can vary, with some systems using a high stop bi
126126

127127
## Examples
128128

129-
For the examples below connect your Arduino boards the following way:
129+
This section contains some basic UART examples, where you send data between two Arduino boards. To set it up, connect the TX with RX pins on both boards, following the circuit below:
130130

131-
![Circuit](./assets/circuit.png)
131+
![Connecting two Arduino boards via UART.](./assets/circuit.png)
132132

133133
### Transmit / Receive Messages
134134

@@ -286,7 +286,6 @@ void loop() {
286286
}
287287
```
288288

289-
### How the Code Works
290289

291290
**Receiver**
292291

0 commit comments

Comments
 (0)