Skip to content

Commit 33b4714

Browse files
author
brentru
committed
adding audio and cpython style categories
1 parent 51e328a commit 33b4714

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

docs/drivers.rst

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,26 +94,36 @@ Cryptography Helpers
9494

9595
.. toctree::
9696

97-
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
9897
RSA <https://circuitpython.readthedocs.io/projects/rsa/en/latest/>
9998

100-
Miscellaneous Helpers
99+
CPython-module Helpers
101100

102101
.. toctree::
103102

104-
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
105103
binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/>
104+
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>
105+
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>
106+
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
107+
108+
Audio
109+
110+
.. toctree::
111+
112+
Ring Tone Text Transfer Language (RTTTL) <https://circuitpython.readthedocs.io/projects/rtttl/en/latest/>
113+
Waveform Generation <https://circuitpython.readthedocs.io/projects/waveform/en/latest/>
114+
115+
Miscellaneous Helpers
116+
117+
.. toctree::
118+
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
106119
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
107120
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
108121
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
109-
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>
110-
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>
111122
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
112-
Ring Tone Text Transfer Language (RTTTL) <https://circuitpython.readthedocs.io/projects/rtttl/en/latest/>
113123
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
114124
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
115125
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
116-
Waveform Generation <https://circuitpython.readthedocs.io/projects/waveform/en/latest/>
126+
117127

118128
Blinky
119129
--------

0 commit comments

Comments
 (0)