1- Additional Libraries on GitHub
2- ========================================
1+ .. _adafruit-libndrivers :
2+
3+ Additional Adafruit Libraries and Drivers on GitHub
4+ ===================================================
35
46These are libraries and drivers available in separate GitHub repos. They are
57designed 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
2022
2123To install them:
2224
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.
2427#. Copy the ``lib `` folder to the ``CIRCUITPY `` or ``MICROPYTHON ``.
2528
2629Foundational Libraries
@@ -32,16 +35,17 @@ the ``lib/`` directory. Some drivers may not work without them.
3235
3336.. toctree ::
3437
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/ >
3740
3841Helper Libraries
39- -------
42+ ----------------
4043
4144These libraries build on top of the low level APIs to simplify common tasks.
4245
4346.. 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/ >
4549
4650Drivers
4751-------
@@ -50,17 +54,18 @@ Drivers provide easy access to sensors and other chips without requiring a
5054knowledge of the interface details of the chip itself.
5155
5256.. 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://micr
6880
opython-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