1
- Additional Libraries on GitHub
2
- ========================================
1
+ .. _adafruit-libndrivers :
2
+
3
+ Additional Adafruit Libraries and Drivers on GitHub
4
+ ===================================================
3
5
4
6
These are libraries and drivers available in separate GitHub repos. They are
5
7
designed for use with CircuitPython and may or may not work with
@@ -20,7 +22,8 @@ The bundles are available `on GitHub <https://github.com/adafruit/Adafruit_Circu
20
22
21
23
To install them:
22
24
23
- #. `Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases >`_ and unzip the latest zip thats not a source zip.
25
+ #. `Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases >`_
26
+ and unzip the latest zip that's not a source zip.
24
27
#. Copy the ``lib `` folder to the ``CIRCUITPY `` or ``MICROPYTHON ``.
25
28
26
29
Foundational Libraries
@@ -32,16 +35,17 @@ the ``lib/`` directory. Some drivers may not work without them.
32
35
33
36
.. toctree ::
34
37
35
- Register Library <https://circuitpython.readthedocs.io/projects/register/en/latest/ >
36
- BusDevice Library <https://circuitpython.readthedocs.io/projects/bus_device/en/latest/ >
38
+ Register Library <https://circuitpython.readthedocs.io/projects/register/en/latest/ >
39
+ BusDevice Library <https://circuitpython.readthedocs.io/projects/bus_device/en/latest/ >
37
40
38
41
Helper Libraries
39
- -------
42
+ ----------------
40
43
41
44
These libraries build on top of the low level APIs to simplify common tasks.
42
45
43
46
.. toctree ::
44
- USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
47
+
48
+ USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/ >
45
49
46
50
Drivers
47
51
-------
@@ -50,17 +54,18 @@ Drivers provide easy access to sensors and other chips without requiring a
50
54
knowledge of the interface details of the chip itself.
51
55
52
56
.. toctree ::
53
- NeoPixel <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/>
54
- SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
55
- RGB Displays <http://micropython-rgb.readthedocs.io/>
56
- SD Card <https://circuitpython.readthedocs.io/projects/sdcard/en/latest/>
57
- Analog-to-digital converters: ADS1015 and ADS1115 <http://micropython-ads1015.readthedocs.io/>
58
- DS3231 Real-time Clock (Precision RTC) <https://circuitpython.readthedocs.io/projects/ds3231/en/latest/>
59
- DS1307 Real-time Clock (5V RTC Breakout) <https://circuitpython.readthedocs.io/projects/ds1307/en/latest/>
60
- PCF8523 Real-time Clock (Adalogger RTC) <https://circuitpython.readthedocs.io/projects/pcf8523/en/latest/>
61
- TCS34725 Color Sensor <http://micropython-tcs34725.readthedocs.io/>
62
- TSL2561 Light Sensor <http://micropython-tsl2561.readthedocs.io/>
63
- PCA9685 Motor and Servo Controllers <http://micropython-pca9685.readthedocs.io/>
64
- HT16K33 LED Matrices and Segment Displays <http://micropython-ht16k33.readthedocs.io/>
65
- IS31FL3731 Charlieplexed LED Matrix <http://micropython-is31fl3731.readthedocs.io/>
66
- MAX7219 LED Matrix <http://micropython-max7219.readthedocs.io/>
57
+
58
+ NeoPixel <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/ >
59
+ SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/ >
60
+ RGB Displays <http://micropython-rgb.readthedocs.io/ >
61
+ SD Card <https://circuitpython.readthedocs.io/projects/sdcard/en/latest/ >
62
+ Analog-to-digital converters: ADS1015 and ADS1115 <http://micropython-ads1015.readthedocs.io/ >
63
+ DS3231 Real-time Clock (Precision RTC) <https://circuitpython.readthedocs.io/projects/ds3231/en/latest/ >
64
+ DS1307 Real-time Clock (5V RTC Breakout) <https://circuitpython.readthedocs.io/projects/ds1307/en/latest/ >
65
+ PCF8523 Real-time Clock (Adalogger RTC) <https://circuitpython.readthedocs.io/projects/pcf8523/en/latest/ >
66
+ TCS34725 Color Sensor <http://micropython-tcs34725.readthedocs.io/ >
67
+ TSL2561 Light Sensor <http://micropython-tsl2561.readthedocs.io/ >
68
+ PCA9685 Motor and Servo Controllers <http://micropython-pca9685.readthedocs.io/ >
69
+ HT16K33 LED Matrices and Segment Displays <http://micropython-ht16k33.readthedocs.io/ >
70
+ IS31FL3731 Charlieplexed LED Matrix <http://micropython-is31fl3731.readthedocs.io/ >
71
+ MAX7219 LED Matrix <http://micropython-max7219.readthedocs.io/ >
0 commit comments