From 1f71851d3ad7b076ee2c075707992b969134065a Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Sat, 2 Sep 2017 08:37:14 -0500 Subject: Add a micropython section and edit drivers doc --- docs/drivers.rst | 47 ++++++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 21 deletions(-) (limited to 'docs') diff --git a/docs/drivers.rst b/docs/drivers.rst index 4a542e4d7..6b04bdbc0 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -1,5 +1,7 @@ -Additional Libraries on GitHub -======================================== +.. _adafruit-libndrivers: + +Additional Adafruit Libraries and Drivers on GitHub +=================================================== These are libraries and drivers available in separate GitHub repos. They are designed for use with CircuitPython and may or may not work with @@ -20,7 +22,8 @@ The bundles are available `on GitHub `_ and unzip the latest zip thats not a source zip. +#. `Download `_ + and unzip the latest zip that's not a source zip. #. Copy the ``lib`` folder to the ``CIRCUITPY`` or ``MICROPYTHON``. Foundational Libraries @@ -32,16 +35,17 @@ the ``lib/`` directory. Some drivers may not work without them. .. toctree:: - Register Library - BusDevice Library + Register Library + BusDevice Library Helper Libraries -------- +---------------- These libraries build on top of the low level APIs to simplify common tasks. .. toctree:: - USB Human Interface Device (Keyboard and Mouse) + + USB Human Interface Device (Keyboard and Mouse) Drivers ------- @@ -50,17 +54,18 @@ Drivers provide easy access to sensors and other chips without requiring a knowledge of the interface details of the chip itself. .. toctree:: - NeoPixel - SimpleIO - RGB Displays - SD Card - 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 + + NeoPixel + SimpleIO + RGB Displays + SD Card + 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 -- cgit v1.2.3