File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,34 @@ 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
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
+
7
23
.. toctree ::
8
24
9
25
Register Library <https://circuitpython.readthedocs.io/projects/register/en/latest/ >
10
26
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 ::
11
35
RGB Displays <http://micropython-rgb.readthedocs.io/>
12
36
Analog-to-digital converters: ADS1015 and ADS1115 <http://micropython-ads1015.readthedocs.io/>
13
37
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