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,10 +4,34 @@ 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
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/>
You can’t perform that action at this time.
0 commit comments