Skip to content

Commit 4321971

Browse files
Fixed linter and typos
1 parent 51c80a2 commit 4321971

File tree

1 file changed

+2
-6
lines changed
  • content/micropython/02.environment/03.modules

1 file changed

+2
-6
lines changed

content/micropython/02.environment/03.modules/modules.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description: 'Understanding modules in MicroPython and how to use them.'
44
author: 'Pedro Lima'
55
tags: [MicroPython, Modules]
66
---
7-
8-
97
In this guide, we’ll cover how modules work in MicroPython, explore a few built-in modules, and demonstrate how to install an external package like Modulino to extend our MicroPython project’s functionality.
108

119
## What Are Modules?
@@ -53,8 +51,6 @@ Before we can install external modules, we need to have MicroPython running on o
5351

5452
***For more details, visit the [MicroPython installation guide](/micropython/first-steps/install-guide)***
5553

56-
I’ll integrate the **Package Installer Tool** section into your article under **Step 2: Install the Modulino Package** while maintaining consistency with the existing structure. Here’s the revised section:
57-
5854
### Step 2: Install the Modulino Package
5955

6056
There are multiple ways to install external modules in MicroPython. We’ll cover two common methods:
@@ -68,8 +64,8 @@ The **MicroPython Package Installer** is a graphical tool that makes it easy to
6864
2. **Open the tool** and plug in your board.
6965
![Board connected via USB](assets/usb-comp.png)
7066

71-
If the board does not appear in the `Detected Boards` section, click `Reload`.
72-
If the board is still not detected, ensure no other programs (e.g., a code editor) are using the board's COM port.
67+
If the board does not appear in the `Detected Boards` section, click `Reload`.
68+
If the board is still not detected, ensure no other programs (e.g., a code editor) are using the board's COM port.
7369

7470
3. **Search for the Modulino package** using the search feature.
7571
4. Click **Install** and wait for the installation confirmation.

0 commit comments

Comments
 (0)