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/micropython/02.environment/03.modules/modules.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ description: 'Understanding modules in MicroPython and how to use them.'
4
4
author: 'Pedro Lima'
5
5
tags: [MicroPython, Modules]
6
6
---
7
-
8
-
9
7
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.
10
8
11
9
## What Are Modules?
@@ -53,8 +51,6 @@ Before we can install external modules, we need to have MicroPython running on o
53
51
54
52
***For more details, visit the [MicroPython installation guide](/micropython/first-steps/install-guide)***
55
53
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
-
58
54
### Step 2: Install the Modulino Package
59
55
60
56
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
68
64
2.**Open the tool** and plug in your board.
69
65

70
66
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.
73
69
74
70
3.**Search for the Modulino package** using the search feature.
75
71
4. Click **Install** and wait for the installation confirmation.
0 commit comments