Skip to content

Commit 5d2c7d3

Browse files
author
brentru
committed
add descriptions
1 parent 33b4714 commit 5d2c7d3

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

docs/drivers.rst

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,17 @@ These libraries build on top of the low level APIs to simplify common tasks.
3737

3838
LED Helpers
3939

40+
Helpers for animating LEDs.
41+
4042
.. toctree::
4143

4244
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/>
4345
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/>
4446

4547
User Interface and GFX Helpers
4648

49+
Helpers for building graphical interfaces using the displayio core module.
50+
4751
.. toctree::
4852

4953
Cursor Control <https://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/>
@@ -61,13 +65,17 @@ User Interface and GFX Helpers
6165

6266
Motor Helpers
6367

68+
Helpers for driving motors, servos, and steppers.
69+
6470
.. toctree::
6571

6672
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
6773
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/>
6874
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/>
6975

70-
Internet of Things Service Helpers
76+
Internet of Things Web Service Helpers
77+
78+
Helpers for connecting with hosted and self-hosted internet-of-things web services.
7179

7280
.. toctree::
7381

@@ -79,6 +87,8 @@ Internet of Things Service Helpers
7987

8088
Internet-of-Things/Wireless Protocol Helpers
8189

90+
Helpers for interfacing with the internet or wireless communication.
91+
8292
.. toctree::
8393

8494
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
@@ -92,20 +102,27 @@ Internet-of-Things/Wireless Protocol Helpers
92102

93103
Cryptography Helpers
94104

105+
Helpers for secure communication.
106+
95107
.. toctree::
96108

97109
RSA <https://circuitpython.readthedocs.io/projects/rsa/en/latest/>
98110

99111
CPython-module Helpers
100112

113+
Pure-Python implementations of standard CPython libraries. Some of these
114+
modules may have a CircuitPython Core API implementation too.
115+
101116
.. toctree::
102117

103118
binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/>
104119
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>
105120
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>
106121
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
107122

108-
Audio
123+
Audio Helpers
124+
125+
Music, noisemakers, and more.
109126

110127
.. toctree::
111128

0 commit comments

Comments
 (0)