Skip to content

Commit 0e20a99

Browse files
authoredOct 4, 2023
Merge pull request #1390 from arduino/jacobhylen/ide2wheretofindexamples
[MKC-1086] IDE 2 getting started find core examples
2 parents d6970e0 + b47e724 commit 0e20a99

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
 
Loading

‎content/software/ide-v2/tutorials/01.getting-started-ide-v2/ide-v2-autocomplete-feature.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,21 @@ You can monitor several variables simultaneously, with options to enable only ce
9090

9191
***To learn more about the Serial Plotter, visit the [Serial Plotter tutorial](/software/ide-v2/tutorials/ide-v2-serial-plotter).***
9292

93+
94+
### Example Sketches
95+
96+
An important part of the Arduino Documentation are the example sketches that come bundled with libraries. They will show examples of the functions used in practice, illustrating the intended use and features of a library.
97+
98+
Libraries that come bundled as a part of a boards package may also include libraries, and those libraries often include example sketches.
99+
100+
To open the example sketches bundled in either the libraries you have installed manually or that come bundled in core packages, navigate to **File > Examples** and find the library you're searching for in the list that appears.
101+
102+
![Example sketches](./assets/examplesketches.png)
103+
104+
In the image above, you can see what the examples list looks like when a UNO R4 WiFi board is connected to your computer.
105+
106+
From here, you can for example navigate to **File > Examples > LED_Matrix > MatrixIntro** and upload the sketch to your board to show the Tetris animation that came pre-loaded on your UNO R4 WiFi when you first took it out of its box.
107+
93108
### Debugging
94109

95110
![Debugger tool.](assets/playpause.gif)

0 commit comments

Comments
 (0)
Please sign in to comment.