Skip to content

Commit 01a067d

Browse files
author
brentru
committed
first pass at organizing helpers
1 parent 7f2eb33 commit 01a067d

File tree

1 file changed

+54
-29
lines changed

1 file changed

+54
-29
lines changed

docs/drivers.rst

Lines changed: 54 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -35,51 +35,76 @@ Helper Libraries
3535

3636
These libraries build on top of the low level APIs to simplify common tasks.
3737

38+
LED Helpers
39+
3840
.. toctree::
41+
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/>
42+
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/>
3943

40-
Adafruit IO <https://circuitpython.readthedocs.io/projects/adafruitio/en/latest/>
41-
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
42-
Azure IoT <https://circuitpython.readthedocs.io/projects/azureiot/en/latest/>
43-
binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/>
44-
Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/>
45-
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
46-
Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/>
47-
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
48-
Google Cloud IoT Core <https://circuitpython.readthedocs.io/projects/gc_iot_core/en/latest/>
44+
User Interface and GFX Helpers
45+
46+
.. toctree::
4947
Cursor Control <https://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/>
50-
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
51-
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
48+
Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/>
5249
Display Button <https://circuitpython.readthedocs.io/projects/display_button/en/latest/>
5350
Display Shapes <https://circuitpython.readthedocs.io/projects/display_shapes/en/latest/>
5451
Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/>
55-
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/>
52+
PyBadger <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
53+
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
54+
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
55+
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
5656
Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/>
57-
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
58-
Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/>
57+
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
5958
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
60-
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
61-
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>
62-
JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/>
63-
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/>
59+
60+
Motor Helpers
61+
62+
.. toctree::
63+
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
64+
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/>
65+
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/>
66+
67+
Internet of Things Service Helpers
68+
69+
.. toctree::
70+
Adafruit IO <https://circuitpython.readthedocs.io/projects/adafruitio/en/latest/>
71+
Azure IoT <https://circuitpython.readthedocs.io/projects/azureiot/en/latest/>
72+
Google Cloud IoT Core <https://circuitpython.readthedocs.io/projects/gc_iot_core/en/latest/>
6473
LIFX Lights <https://circuitpython.readthedocs.io/projects/lifx/en/latest/>
65-
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>
74+
Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/>
75+
76+
Internet-of-Things/Wireless Protocol Helpers
77+
78+
.. toctree::
79+
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/>
80+
Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/>
81+
TinyLoRa TTN Helper <https://circuitpython.readthedocs.io/projects/tinylora/en/latest/>
6682
Mini ESP Tool <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
6783
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
68-
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
69-
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/>
84+
JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/>
85+
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/>
7086
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>
87+
88+
Cryptography Helpers
89+
90+
.. toctree::
91+
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
92+
RSA <https://circuitpython.readthedocs.io/projects/rsa/en/latest/>
93+
94+
Uncategorized Helpers
95+
96+
.. toctree::
97+
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
98+
binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/>
99+
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
100+
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
101+
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
102+
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>
103+
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>
71104
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
72-
PyBadger <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
73-
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
74-
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/>
75105
Ring Tone Text Transfer Language (RTTTL) <https://circuitpython.readthedocs.io/projects/rtttl/en/latest/>
76-
RSA <https://circuitpython.readthedocs.io/projects/rsa/en/latest/>
77106
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
78-
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/>
79107
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
80-
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
81-
TinyLoRa TTN Helper <https://circuitpython.readthedocs.io/projects/tinylora/en/latest/>
82-
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
83108
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
84109
Waveform Generation <https://circuitpython.readthedocs.io/projects/waveform/en/latest/>
85110

0 commit comments

Comments
 (0)