From 4e41ca6c74e0475b0268ce1b1e2214fb77abf581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Bagur=20N=C3=A1jera?= Date: Tue, 2 Sep 2025 18:46:59 -0600 Subject: [PATCH] Content update (lists update) --- .../stella/tutorials/01.user-manual/content.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual/content.md b/content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual/content.md index 9aaba7bd84..c16412955a 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual/content.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual/content.md @@ -172,7 +172,7 @@ For examples that use Bluetooth® Low Energy communication, you'll also need the To install the required libraries, follow these steps: -1. Download the library ZIP file: +**Step 1: Download the library ZIP file** - Visit the library's GitHub repository using the links provided above - Click the green Code button @@ -181,7 +181,7 @@ To install the required libraries, follow these steps: ![Library repository on GitHub](assets/library-repository.png) -2. Install the library in Arduino IDE: +**Step 2: Install the library in Arduino IDE** - Open the Arduino IDE - Navigate to `Sketch > Include Library > Add .ZIP Library...` @@ -191,7 +191,7 @@ To install the required libraries, follow these steps: ![Library installation on the Arduino IDE](assets/library-installation.png) -3. Verify the library installation: +**Step 3: Verify the library installation** - Go to `Sketch > Include Library` - Scroll down to see if the library appears in the `Contributed libraries` list