@@ -7,19 +7,19 @@ Libraries are a collection of code that provide extra functionality for use in s
7
7
8
8
In this article:
9
9
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 )
14
14
15
15
---
16
16
17
17
## Using the Library Manager{#library-manager}
18
18
19
19
1 . Do one of the following:
20
20
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.
23
23
24
24
2 . Filter the available libraries by typing something (such as a library name) in the text field above the listed libraries.
25
25
@@ -38,7 +38,7 @@ In this article:
38
38
39
39
## Importing a .zip library{zip-library}
40
40
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..._
42
42
43
43
2 . You will be prompted to select the library you want to add. Navigate to the .zip file's location and open it.
44
44
@@ -63,15 +63,19 @@ In this article:
63
63
64
64
When the library has been installed you can do the following:
65
65
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\> _ .
68
72
69
73
---
70
74
71
75
## Further reading
72
76
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 )
74
78
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
76
80
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