diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md index b51dc3319d..1e25e312f8 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md @@ -381,7 +381,7 @@ Serial.begin(9600); Serial.print("hello world"); ``` -Data printed here can be directly viewed in the Serial Monitor in the Arduino IDE. +To send and receive data through UART, we will first need to set the baud rate inside `void setup()`. ### UART