Skip to content

Commit 03e6f4d

Browse files
Update Add-libraries-to-Arduino-IDE.md
1 parent bae7b0f commit 03e6f4d

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

content/Software Support/Installation/Add-libraries-to-Arduino-IDE.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ Libraries are a collection of code that provide extra functionality for use in s
77

88
In this article:
99

10-
* [Using the Library Manager](#library-manager)
11-
* [Importing a .zip library](#zip-library)
12-
* [Manual installation](#manual-installation)
13-
* [Using installed libraries](#using-libraries)
10+
- [Using the Library Manager](#library-manager)
11+
- [Importing a .zip library](#zip-library)
12+
- [Manual installation](#manual-installation)
13+
- [Using installed libraries](#using-libraries)
1414

1515
---
1616

1717
## Using the Library Manager{#library-manager}
1818

1919
1. Do one of the following:
2020

21-
* In the menu bar, select _Tools > Manage Libraries..._
22-
* In IDE 2, you can also click on the ![Library Manager icon](img/symbol_library.png) button in the sidebar.
21+
- In the menu bar, select _Tools > Manage Libraries..._
22+
- In IDE 2, you can also click on the ![Library Manager icon](img/symbol_library.png) button in the sidebar.
2323

2424
2. Filter the available libraries by typing something (such as a library name) in the text field above the listed libraries.
2525

@@ -38,7 +38,7 @@ In this article:
3838

3939
## Importing a .zip library{zip-library}
4040

41-
1. In the menu bar, go to *Sketch > Include Library > Add .ZIP Library...*
41+
1. In the menu bar, go to _Sketch > Include Library > Add .ZIP Library..._
4242

4343
2. You will be prompted to select the library you want to add. Navigate to the .zip file's location and open it.
4444

@@ -63,15 +63,19 @@ In this article:
6363

6464
When the library has been installed you can do the following:
6565

66-
* Open any included example sketches from _File > Examples > \<Library Name\>_ in the top menu bar. Note that all libraries do not come with examples.
67-
* Include the library in your sketch by selecting _Sketch > Include Library > \<Library Name\>_.
66+
- Open any included example sketches from _File > Examples > \<Library Name\>_ in the top menu bar.
67+
68+
> [!NOTE]
69+
> Some libraries don't come with examples.
70+
71+
- Include the library in your sketch by selecting _Sketch > Include Library > \<Library Name\>_.
6872

6973
---
7074

7175
## Further reading
7276

73-
* [Uninstall a library from Arduino IDE](https://support.arduino.cc/hc/en-us/articles/360016077340-Uninstall-a-library-from-Arduino-IDE)
77+
- [Uninstall a library from Arduino IDE](https://support.arduino.cc/hc/en-us/articles/360016077340-Uninstall-a-library-from-Arduino-IDE)
7478

75-
* [Installing libraries in the Arduino IDE 2](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library) on Arduino Docs
79+
- [Installing libraries in the Arduino IDE 2](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library) on Arduino Docs
7680

77-
* About [#include](https://www.arduino.cc/reference/en/language/structure/further-syntax/include/)
81+
- About [#include](https://www.arduino.cc/reference/en/language/structure/further-syntax/include/)

0 commit comments

Comments
 (0)