File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,24 @@ Adafruit CircuitPython drivers
44These are drivers available in separate GitHub repos. They are designed for use
55with CircuitPython and may or may not work with `MicroPython <https://micropython.org >`_.
66
7+ .. _bundle_installation :
8+
79Bundle
810------
911
1012We 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.
1317
1418The bundles are available `on GitHub <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases >`_.
1519
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+
1625Foundational Libraries
1726----------------------
1827
You can’t perform that action at this time.
0 commit comments