circuitpython/docs/drivers.rst

20 lines
1.2 KiB
ReStructuredText
Raw Normal View History

Adafruit CircuitPython drivers
========================================
These are drivers available in separate GitHub repos. They are designed for use
with CircuitPython and may or may not work with `MicroPython <https://micropython.org>`_.
.. toctree::
Register Library <https://circuitpython.readthedocs.io/projects/register/en/latest/>
2016-10-20 12:58:46 -04:00
RGB Displays <http://micropython-rgb.readthedocs.io/>
Analog-to-digital converters: ADS1015 and ADS1115 <http://micropython-ads1015.readthedocs.io/>
DS3231 Real-time Clock (Precision RTC) <https://circuitpython.readthedocs.io/projects/ds3231/en/latest/>
PCF8523 Real-time Clock (Adalogger RTC) <https://circuitpython.readthedocs.io/projects/pcf8523/en/latest/>
2016-10-20 12:58:46 -04:00
TCS34725 Color Sensor <http://micropython-tcs34725.readthedocs.io/>
TSL2561 Light Sensor <http://micropython-tsl2561.readthedocs.io/>
PCA9685 Motor and Servo Controllers <http://micropython-pca9685.readthedocs.io/>
HT16K33 LED Matrices and Segment Displays <http://micropython-ht16k33.readthedocs.io/>
IS31FL3731 Charlieplexed LED Matrix <http://micropython-is31fl3731.readthedocs.io/>
MAX7219 LED Matrix <http://micropython-max7219.readthedocs.io/>