circuitpython/docs/drivers.rst
Scott Shawcroft 46e7f8e4fb Documentation rework to unify the docs together rather than having them
on a per port basis.

Also enables generating docs from inline RST in C code. Simply omits all
lines except those that start with //|. Indentation after "//| " will be
preserved.
2016-10-18 17:42:47 -07:00

10 lines
317 B
ReStructuredText

Adafruit MicroPython drivers
========================================
These are drivers available in separate GitHub repos.
.. toctree::
RGB Displays <http://micropython-rgb.readthedocs.io/en/latest/index.html>
Analog-to-digital converters: ADS1015 and ADS1115 <http://micropython-ads1015.readthedocs.io/>