Skip to content

Commit cb3326b

Browse files
authored
Update libraries.md
Updated Online Libraries section to fit the new Cloud Editor
1 parent fc8d8ac commit cb3326b

File tree

1 file changed

+6
-10
lines changed
  • content/learn/01.starting-guide/04.software-libraries

1 file changed

+6
-10
lines changed

content/learn/01.starting-guide/04.software-libraries/libraries.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,15 @@ Now the new library will be available in the **Sketch > Include Library** menu.
2727

2828
### Online IDE
2929

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:
3131

32-
**1.** Login to the [Arduino Web Editor](https://create.arduino.cc/editor).
32+
**1.** Login to the [Arduino Cloud](https://app.arduino.cc).
3333

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.
3535

36-
![A list of libraries on the library manager](./assets/SetUpOnlineIDE-01.png)
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.
3737

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.
3939

40-
![Adding a library](./assets/SetUpOnlineIDE-02.png)
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).
43-
44-
![Online library manager](./assets/SetUpOnlineIDE-03.png)
40+
**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).
4541

0 commit comments

Comments
 (0)