Skip to content

Commit 97ec2b8

Browse files
authored
Correct capitalization of 'Monitor.print()' in documentation
1 parent 4fae73e commit 97ec2b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/software/app-lab/tutorials/01.getting-started/apps-lab-ide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ Each official example provides a detailed documentation provided in the `readme.
229229
Once an App is launched, the status of the App is available in the **Console**. There are three tabs available:
230230
- **Start-up** - outputs the logs from the start-up process. Here you will find information regarding compilation for the microcontroller and deployment of the Python® application on the Linux system.
231231
- **Main (Python®)** - view the logs from the Python® application (`print()`)
232-
- **Sketch (Microcontroller)** – view data sent from the sketch using `monitor.print()`.
232+
- **Sketch (Microcontroller)** – view data sent from the sketch using `Monitor.print()`.
233233

234-
**Note:** `Serial.println()` outputs data over UART and is not shown in the App Lab Console. To display messages in the Console, use `monitor.print()`. Learn more in [From Serial to Monitor](hardware/uno-q/tutorials/user-manual/#from-serial-to-monitor)
234+
**Note:** `Serial.println()` outputs data over UART and is not shown in the App Lab Console. To display messages in the Console, use `Monitor.print()`. Learn more in [From Serial to Monitor](hardware/uno-q/tutorials/user-manual/#from-serial-to-monitor)
235235

236236
![App logs](assets/app-logs.png)
237237

@@ -310,4 +310,4 @@ In this guide, we have covered some of the most important aspects of the editor,
310310
More documentation for the Arduino App Lab is available at:
311311
- [Arduino App Lab Documentation](https://docs.arduino.cc/software/app-lab/)
312312

313-
You can also visit the [Arduino® UNO Q](/hardware/uno-q) hardware page for details on the board.
313+
You can also visit the [Arduino® UNO Q](/hardware/uno-q) hardware page for details on the board.

0 commit comments

Comments
 (0)