summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarol Willing <carolcode@willingconsulting.com>2017-09-02 08:37:14 -0500
committerScott Shawcroft <scott@tannewt.org>2017-09-05 16:57:53 -0700
commit1f71851d3ad7b076ee2c075707992b969134065a (patch)
tree6f52814c0eb2b112d018dd39418d7f9cff29152d /docs
parent676a5b399e989757d4b45110b68604245ddc5558 (diff)
Add a micropython section and edit drivers doc
Diffstat (limited to 'docs')
-rw-r--r--docs/drivers.rst47
1 files changed, 26 insertions, 21 deletions
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 <https://github.com/adafruit/Adafruit_Circu
To install them:
-#. `Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_ and unzip the latest zip thats not a source zip.
+#. `Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_
+ 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 <https://circuitpython.readthedocs.io/projects/register/en/latest/>
- BusDevice Library <https://circuitpython.readthedocs.io/projects/bus_device/en/latest/>
+ Register Library <https://circuitpython.readthedocs.io/projects/register/en/latest/>
+ BusDevice Library <https://circuitpython.readthedocs.io/projects/bus_device/en/latest/>
Helper Libraries
--------
+----------------
These libraries build on top of the low level APIs to simplify common tasks.
.. toctree::
- USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
+
+ USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
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 <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/>
- SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
- RGB Displays <http://micropython-rgb.readthedocs.io/>
- SD Card <https://circuitpython.readthedocs.io/projects/sdcard/en/latest/>
- 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/>
- DS1307 Real-time Clock (5V RTC Breakout) <https://circuitpython.readthedocs.io/projects/ds1307/en/latest/>
- PCF8523 Real-time Clock (Adalogger RTC) <https://circuitpython.readthedocs.io/projects/pcf8523/en/latest/>
- 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/>
+
+ NeoPixel <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/>
+ SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
+ RGB Displays <http://micropython-rgb.readthedocs.io/>
+ SD Card <https://circuitpython.readthedocs.io/projects/sdcard/en/latest/>
+ 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/>
+ DS1307 Real-time Clock (5V RTC Breakout) <https://circuitpython.readthedocs.io/projects/ds1307/en/latest/>
+ PCF8523 Real-time Clock (Adalogger RTC) <https://circuitpython.readthedocs.io/projects/pcf8523/en/latest/>
+ 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/>