Skip to content

Commit c9ee833

Browse files
authored
Update content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md
1 parent 42b2ef3 commit c9ee833

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet

1 file changed

+1
-1
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Serial.begin(9600);
381381
Serial.print("hello world");
382382
```
383383

384-
Data printed here can be directly viewed in the Serial Monitor in the Arduino IDE.
384+
To send and receive data through UART, we will first need to set the baud rate inside `void setup()`.
385385

386386
### UART
387387

0 commit comments

Comments
 (0)