@@ -94,26 +94,36 @@ Cryptography Helpers
94
94
95
95
.. toctree ::
96
96
97
- hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/ >
98
97
RSA <https://circuitpython.readthedocs.io/projects/rsa/en/latest/ >
99
98
100
- Miscellaneous Helpers
99
+ CPython-module Helpers
101
100
102
101
.. toctree ::
103
102
104
- AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/ >
105
103
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/>
106
119
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
107
120
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>
108
121
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/ >
111
122
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
112
- Ring Tone Text Transfer Language (RTTTL) <https://circuitpython.readthedocs.io/projects/rtttl/en/latest/ >
113
123
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
114
124
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
115
125
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
+
117
127
118
128
Blinky
119
129
--------
0 commit comments