summaryrefslogtreecommitdiff
path: root/docs/drivers.rst
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-05-24 11:44:23 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-05-24 11:44:23 -0700
commit1280e9122be4e0986b5cd4914a8158f2a0b69c9c (patch)
tree0d24a170960aaa56d00c96b51db7dd576e550f76 /docs/drivers.rst
parent3cad7b7b0329c130a4991d53dd1354bd632d02c4 (diff)
Doc tweaks to clarify external libraries, new boards and add HID library.
Diffstat (limited to 'docs/drivers.rst')
-rw-r--r--docs/drivers.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst
index 191f6f8c3..ccd154a51 100644
--- a/docs/drivers.rst
+++ b/docs/drivers.rst
@@ -1,8 +1,9 @@
-Adafruit CircuitPython drivers
+Additional Libraries on GitHub
========================================
-These are drivers available in separate GitHub repos. They are designed for use
-with CircuitPython and may or may not work with `MicroPython <https://micropython.org>`_.
+These are libraries and drivers available in separate GitHub repos. They are
+designed for use with CircuitPython and may or may not work with
+`MicroPython <https://micropython.org>`_.
.. _bundle_installation:
@@ -34,6 +35,14 @@ the ``lib/`` directory. Some drivers may not work without them.
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/>
+
Drivers
-------