Skip to content

Commit f819ac0

Browse files
authored
Update uart document
Add missing word `connect`. So you know that the board should be connected to the computer 🤪
1 parent f0da8e3 commit f819ac0

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

172172
## Serial USB Examples
173173

174-
To send data between an Arduino and a computer, you will need to the board to a computer with a **USB cable**.
174+
To send data between an Arduino and a computer, you will need to connect the board to a computer with a **USB cable**.
175175

176176
### Basic Print Example
177177

@@ -444,4 +444,4 @@ Serial1.begin(9600);
444444
}
445445
```
446446

447-
If the written message inside the IDE serial monitor (`Serial`) equals '0', we print the same message to `Serial1`, turning the built-in LED off.
447+
If the written message inside the IDE serial monitor (`Serial`) equals '0', we print the same message to `Serial1`, turning the built-in LED off.

0 commit comments

Comments
 (0)