summaryrefslogtreecommitdiff
path: root/docs/drivers.rst
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-01-05 18:43:22 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-01-05 18:43:22 -0800
commit63681a736ae765ae6c039429f9a8c0403d9cc4fb (patch)
tree3ba48d12fa9bc839a50b6f2696c9b116d2fc63c5 /docs/drivers.rst
parent00a507c8750729506926fe18037a285f6676c556 (diff)
Link to the Bus Device docs.
Diffstat (limited to 'docs/drivers.rst')
-rw-r--r--docs/drivers.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst
index f2ddb640d..ea73f81eb 100644
--- a/docs/drivers.rst
+++ b/docs/drivers.rst
@@ -7,6 +7,7 @@ with CircuitPython and may or may not work with `MicroPython <https://micropytho
.. toctree::
Register Library <https://circuitpython.readthedocs.io/projects/register/en/latest/>
+ BusDevice Library <https://circuitpython.readthedocs.io/projects/bus_device/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/>