Skip to content

Commit

Permalink
Update content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sh…
Browse files Browse the repository at this point in the history
…eet/cheat-sheet.md
  • Loading branch information
karlsoderby authored Jun 5, 2023
1 parent 42b2ef3 commit c9ee833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c9ee833

Please sign in to comment.