2017-01-05 19:32:33 -05:00
|
|
|
Adafruit CircuitPython drivers
|
2016-10-18 20:42:47 -04:00
|
|
|
========================================
|
|
|
|
|
2017-01-05 19:32:33 -05:00
|
|
|
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>`_.
|
2016-10-18 20:42:47 -04:00
|
|
|
|
2017-01-06 16:18:40 -05:00
|
|
|
Bundle
|
|
|
|
------
|
|
|
|
|
|
|
|
We provide a bundle of all our libraries to ease installation of drivers and
|
|
|
|
their dependencies. Its easiest to copy them all onto the filesystem. However,
|
|
|
|
if you don't have enough space simply copy things over as they are needed.
|
|
|
|
|
|
|
|
The bundles are available `on GitHub <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_.
|
|
|
|
|
|
|
|
Foundational Libraries
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
These libraries provide critical functionality to many of the drivers below. It
|
|
|
|
is recommended to always have them installed onto the CircuitPython file system in
|
|
|
|
the ``lib/`` directory. Some drivers may not work without them.
|
|
|
|
|
2016-10-18 20:42:47 -04:00
|
|
|
.. toctree::
|
|
|
|
|
2017-01-05 19:20:46 -05:00
|
|
|
Register Library <https://circuitpython.readthedocs.io/projects/register/en/latest/>
|
2017-01-05 21:43:22 -05:00
|
|
|
BusDevice Library <https://circuitpython.readthedocs.io/projects/bus_device/en/latest/>
|
2017-01-06 16:18:40 -05:00
|
|
|
|
|
|
|
Drivers
|
|
|
|
-------
|
|
|
|
|
|
|
|
Drivers provide easy access to sensors and other chips without requiring a
|
|
|
|
knowledge of the interface details of the chip itself.
|
|
|
|
|
|
|
|
.. toctree::
|
2016-10-20 12:58:46 -04:00
|
|
|
RGB Displays <http://micropython-rgb.readthedocs.io/>
|
2016-10-18 20:42:47 -04:00
|
|
|
Analog-to-digital converters: ADS1015 and ADS1115 <http://micropython-ads1015.readthedocs.io/>
|
2017-01-04 14:27:36 -05:00
|
|
|
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/>
|