docs: Add links to NeoPixel and SimpleIO docs.

This commit is contained in:
Scott Shawcroft 2017-07-28 16:32:52 -07:00
parent 557ceded00
commit 6446fcd500

View File

@ -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/>