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 `_. 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 `_. 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. .. toctree:: Register Library BusDevice Library Drivers ------- Drivers provide easy access to sensors and other chips without requiring a knowledge of the interface details of the chip itself. .. toctree:: RGB Displays Analog-to-digital converters: ADS1015 and ADS1115 DS3231 Real-time Clock (Precision RTC) DS1307 Real-time Clock (5V RTC Breakout) PCF8523 Real-time Clock (Adalogger RTC) TCS34725 Color Sensor TSL2561 Light Sensor PCA9685 Motor and Servo Controllers HT16K33 LED Matrices and Segment Displays IS31FL3731 Charlieplexed LED Matrix MAX7219 LED Matrix