Skip to content

Commit 37f2ff1

Browse files
committed
Add more detail to the driver page including a link to the bundle.
1 parent 1c3ed97 commit 37f2ff1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/drivers.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,34 @@ Adafruit CircuitPython drivers
44
These are drivers available in separate GitHub repos. They are designed for use
55
with CircuitPython and may or may not work with `MicroPython <https://micropython.org>`_.
66

7+
Bundle
8+
------
9+
10+
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+
14+
The bundles are available `on GitHub <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_.
15+
16+
Foundational Libraries
17+
----------------------
18+
19+
These libraries provide critical functionality to many of the drivers below. It
20+
is recommended to always have them installed onto the CircuitPython file system in
21+
the ``lib/`` directory. Some drivers may not work without them.
22+
723
.. toctree::
824

925
Register Library <https://circuitpython.readthedocs.io/projects/register/en/latest/>
1026
BusDevice Library <https://circuitpython.readthedocs.io/projects/bus_device/en/latest/>
27+
28+
Drivers
29+
-------
30+
31+
Drivers provide easy access to sensors and other chips without requiring a
32+
knowledge of the interface details of the chip itself.
33+
34+
.. toctree::
1135
RGB Displays <http://micropython-rgb.readthedocs.io/>
1236
Analog-to-digital converters: ADS1015 and ADS1115 <http://micropython-ads1015.readthedocs.io/>
1337
DS3231 Real-time Clock (Precision RTC) <https://circuitpython.readthedocs.io/projects/ds3231/en/latest/>

0 commit comments

Comments
 (0)