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
contains a categorized list of all the CircuitPython libraries included in the following bundles,
26
+
with links to the documentation for every library.
25
27
<h2>Download and Installation Instructions</h2>
26
28
<p>
27
-
The libraries in each release are compiled to .mpy for all recent major versions
28
-
of CircuitPython. Please download the bundle that matches the major version
29
-
of your CircuitPython. For example, if you are running 6.0.0 you should
30
-
download the 6.x bundle. The .mpy files are designed to take up less space on
31
-
your CIRCUITPY drive. Unless you have a specific reason, choose the appropiate
32
-
.mpy library bundle!
29
+
You can download all the available libraries in a zip-file bundle for all recent major
30
+
versions of CircuitPython. These bundles are updated daily, whenever any included library is updated.
31
+
</p>
32
+
<p>
33
+
The libraries in each release are supplied as <b>.mpy</b> files, which are compiled
34
+
versions of Python source code.
35
+
<strong>Make sure to download the bundle that matches the major version
36
+
of your CircuitPython</strong>, because the <b>.mpy</b> files can change between versions.
37
+
For example, if you are running 6.3.0 you should download the 6.x bundle.
38
+
</p>
39
+
<p>
40
+
The precompiled <b>.mpy</b> files take up less space on your CIRCUITPY drive than the <b>.py</b> files.
41
+
They also load faster, and for some low-RAM boards, are required because the <b>.py</b> files
42
+
are too large to compile on the board itself.
43
+
<strong>Unless you need the source version, choose the appropiate <b>.mpy</b> library bundle!</strong>
44
+
If you need to compile <b>.py</b> files to <b>.mpy</b>, you can
45
+
<ahref="https://learn.adafruit.com/welcome-to-circuitpython/frequently-asked-questions#how-can-i-create-my-own-mpy-files-3020687-11">run the <b>mpy-cross</b>
46
+
cross-compiler yourself</a>.
33
47
</p>
34
48
<p>
35
49
<b>To install</b>, download the appropriate bundle for your version of CircuitPython.
36
-
Unzip the file, open the resulting folder and find the lib folder. Open the lib
37
-
folder and find the library files you need to load. Create a lib folder on your
38
-
CIRCUITPY drive. Copy the individual library files you need to the lib folder
39
-
on your CIRCUITPY drive.
50
+
Unzip the file, open the resulting folder and find the <b>lib</b> folder. Open the lib
51
+
folder and find the library files you need to load. Create a <b>lib</b> folder on your
52
+
CIRCUITPY drive. Copy the individual library files you need to the <b>lib</b> folder
53
+
on your CIRCUITPY drive. More details are available
0 commit comments