You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learn/01.starting-guide/04.software-libraries/libraries.md
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -21,25 +21,21 @@ A number of libraries come installed with the IDE, but you can also download or
21
21
22
22
**3.** Finally, **click on install** and wait for the IDE to install the new library.
23
23
24
-
Once it has finished, an **Installed** tag should appear next to the Bridge library, so you can go ahead and close the library manager.
24
+
Once it has finished, an **Installed** tag should appear next to the library of your choice, so you can go ahead and close the library manager.
25
25
26
26
Now the new library will be available in the **Sketch > Include Library** menu. If you want to add your own library to Library Manager, follow [these instructions](https://github.com/arduino/library-registry#adding-a-library-to-library-manager).
27
27
28
28
### Online IDE
29
29
30
-
The process of **setting up libraries on the online IDE** (Arduino Web Editor) is quite similar to the offline one:
30
+
The process of **setting up libraries on the online IDE** (Arduino Cloud Editor) is quite similar to the offline one:
31
31
32
-
**1.** Login to the [Arduino Web Editor](https://create.arduino.cc/editor).
32
+
**1.** Login to the [Arduino Cloud](https://app.arduino.cc).
33
33
34
-
**2.**Open the "Libraries" tab from the left menu, and search for libraries. The list displays read-only libraries, authored and maintained by the Arduino team and its partners.
34
+
**2.**Create or open a sketch.
35
35
36
-

36
+
**3.** Open the "Libraries" tab from the left menu, and search for libraries. The list displays read-only libraries, authored and maintained by the Arduino team and its partners.
37
37
38
-
**3.** When you find the library, you can **add it to your sketch** by selecting the "Include" button. You can also see the related examples, and select a specific version, if available.
38
+
**4.** When you find the library, you can **add it to your sketch** by selecting the "Include" button. You can also see the related examples, and select a specific version, if available.
39
39
40
-

41
-
42
-
**4.** If you can't find a specific library on the list, you can search every existing library through **the library manager**. From there you also have the option to add them to your favorites list by clicking on the star next to the library you want. Once you star a library, you can view it under the "favorites" tab and use its examples (if available).
**5.** If you can't find a specific library on the list, you can search every existing library through **the search bar**. You also have the option to add them to your favorites list by clicking on the star next to the library you want. Once you star a library, you can view it under the "favorites" tab and use its examples (if available).
0 commit comments