File tree 1 file changed +11
-2
lines changed 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,24 @@ Adafruit CircuitPython drivers
4
4
These are drivers available in separate GitHub repos. They are designed for use
5
5
with CircuitPython and may or may not work with `MicroPython <https://micropython.org >`_.
6
6
7
+ .. _bundle_installation :
8
+
7
9
Bundle
8
10
------
9
11
10
12
We provide a bundle of all our libraries to ease installation of drivers and
11
- their dependencies. Its easiest to copy them all onto the filesystem. However,
12
- if you don't have enough space simply copy things over as they are needed.
13
+ their dependencies. he bundle is primarily geared to the Adafruit Express line
14
+ of boards which will feature a relatively large external flash. With Express
15
+ boards, its easy to copy them all onto the filesystem. However, if you don't
16
+ have enough space simply copy things over as they are needed.
13
17
14
18
The bundles are available `on GitHub <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases >`_.
15
19
20
+ To install them:
21
+
22
+ #. `Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases >`_ and unzip the latest zip thats not a source zip.
23
+ #. Copy the ``lib `` folder to the ``CIRCUIPY `` or ``MICROPYTHON ``.
24
+
16
25
Foundational Libraries
17
26
----------------------
18
27
You can’t perform that action at this time.
0 commit comments