|
1 | 1 | .. _adafruit-libndrivers:
|
2 | 2 |
|
3 |
| -Additional Adafruit Libraries and Drivers on GitHub |
| 3 | +Adafruit Sponsored Libraries and Drivers on GitHub |
4 | 4 | ===================================================
|
5 | 5 |
|
6 | 6 | These are libraries and drivers available in separate GitHub repos. They are
|
7 | 7 | designed for use with CircuitPython and may or may not work with
|
8 | 8 | `MicroPython <https://micropython.org>`_.
|
9 | 9 |
|
10 |
| -.. _bundle_installation: |
11 |
| - |
12 |
| -Bundle |
13 |
| ------- |
14 |
| - |
15 |
| -We provide a bundle of all our libraries to ease installation of drivers and |
16 |
| -their dependencies. The bundle is primarily geared to the Adafruit Express line |
17 |
| -of boards which feature a relatively large external flash. With Express boards, |
18 |
| -its easy to copy them all onto the filesystem. However, if you don't have |
19 |
| -enough space simply copy things over as they are needed. |
20 |
| - |
21 |
| -The bundles are available `on GitHub <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_. |
22 |
| - |
23 |
| -To install them: |
24 |
| - |
25 |
| -#. `Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_ |
26 |
| - and unzip the latest zip that's not a source zip. |
27 |
| -#. Copy the ``lib`` folder to the ``CIRCUITPY`` or ``MICROPYTHON``. |
28 |
| - |
29 | 10 | Foundational
|
30 | 11 | ------------
|
31 | 12 |
|
@@ -209,7 +190,7 @@ These chips communicate to other's over radio.
|
209 | 190 | IO Expansion
|
210 | 191 | --------------
|
211 | 192 |
|
212 |
| -These provide functionality similar to `analogio`, `digitalio`, `pulseio`, and `touchio`. |
| 193 | +These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``, and ``touchio``. |
213 | 194 |
|
214 | 195 | .. toctree::
|
215 | 196 |
|
|
0 commit comments