From cb3326b5f1be3bc375f87f2869681517a5412f62 Mon Sep 17 00:00:00 2001 From: Josefine Herlin <66409231+jhansson-ard@users.noreply.github.com> Date: Wed, 29 May 2024 10:14:39 +0200 Subject: [PATCH 1/2] Update libraries.md Updated Online Libraries section to fit the new Cloud Editor --- .../04.software-libraries/libraries.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/content/learn/01.starting-guide/04.software-libraries/libraries.md b/content/learn/01.starting-guide/04.software-libraries/libraries.md index b868745e6c..700609374b 100644 --- a/content/learn/01.starting-guide/04.software-libraries/libraries.md +++ b/content/learn/01.starting-guide/04.software-libraries/libraries.md @@ -27,19 +27,15 @@ Now the new library will be available in the **Sketch > Include Library** menu. ### Online IDE -The process of **setting up libraries on the online IDE** (Arduino Web Editor) is quite similar to the offline one: +The process of **setting up libraries on the online IDE** (Arduino Cloud Editor) is quite similar to the offline one: -**1.** Login to the [Arduino Web Editor](https://create.arduino.cc/editor). +**1.** Login to the [Arduino Cloud](https://app.arduino.cc). -**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. +**2.** Create or open a sketch. -![A list of libraries on the library manager](./assets/SetUpOnlineIDE-01.png) +**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. -**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. +**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. -![Adding a library](./assets/SetUpOnlineIDE-02.png) - -**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). - -![Online library manager](./assets/SetUpOnlineIDE-03.png) +**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). From f2308ca1e8b52862fec7de712ba784b503ac5ed5 Mon Sep 17 00:00:00 2001 From: Josefine Herlin <66409231+jhansson-ard@users.noreply.github.com> Date: Wed, 29 May 2024 10:17:17 +0200 Subject: [PATCH 2/2] Update libraries.md --- .../learn/01.starting-guide/04.software-libraries/libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/learn/01.starting-guide/04.software-libraries/libraries.md b/content/learn/01.starting-guide/04.software-libraries/libraries.md index 700609374b..d7f78e9cf7 100644 --- a/content/learn/01.starting-guide/04.software-libraries/libraries.md +++ b/content/learn/01.starting-guide/04.software-libraries/libraries.md @@ -21,7 +21,7 @@ A number of libraries come installed with the IDE, but you can also download or **3.** Finally, **click on install** and wait for the IDE to install the new library. -Once it has finished, an **Installed** tag should appear next to the Bridge library, so you can go ahead and close the library manager. +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. 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).