We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b2ef3 commit c9ee833Copy full SHA for c9ee833
content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md
@@ -381,7 +381,7 @@ Serial.begin(9600);
381
Serial.print("hello world");
382
```
383
384
-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()`.
385
386
### UART
387
0 commit comments