summaryrefslogtreecommitdiff
path: root/docs/drivers.rst
diff options
context:
space:
mode:
authorScott Shawcroft <scott@chickadee.tech>2017-07-28 16:32:52 -0700
committerScott Shawcroft <scott@chickadee.tech>2017-07-28 16:32:52 -0700
commit6446fcd500c6f27509318d8297c6e9d70c9587c3 (patch)
treea181d35e7cd05d2151e47a22bdb68ff02a5b94e3 /docs/drivers.rst
parent557ceded00de20d2070e1397d3dec322f753d1e6 (diff)
docs: Add links to NeoPixel and SimpleIO docs.
Diffstat (limited to 'docs/drivers.rst')
-rw-r--r--docs/drivers.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst
index fccd5e2d5..1e6243862 100644
--- a/docs/drivers.rst
+++ b/docs/drivers.rst
@@ -50,6 +50,8 @@ 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/>
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/>