@@ -36,6 +36,7 @@ Helper Libraries
36
36
These libraries build on top of the low level APIs to simplify common tasks.
37
37
38
38
LED Helpers
39
+ ^^^^^^^^^^^^
39
40
40
41
Helpers for animating LEDs.
41
42
@@ -45,6 +46,7 @@ Helpers for animating LEDs.
45
46
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/ >
46
47
47
48
User Interface and GFX Helpers
49
+ ^^^^^^^^^^^^
48
50
49
51
Helpers for building graphical interfaces using the displayio core module.
50
52
@@ -63,7 +65,8 @@ Helpers for building graphical interfaces using the displayio core module.
63
65
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/ >
64
66
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/ >
65
67
66
- Motor Helpers
68
+ Motor Helpers
69
+ ^^^^^^^^^^^^^^
67
70
68
71
Helpers for driving motors, servos, and steppers.
69
72
@@ -74,6 +77,7 @@ Helpers for driving motors, servos, and steppers.
74
77
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/ >
75
78
76
79
Internet of Things Web Service Helpers
80
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
77
81
78
82
Helpers for connecting with hosted and self-hosted internet-of-things web services.
79
83
@@ -86,6 +90,7 @@ Helpers for connecting with hosted and self-hosted internet-of-things web servic
86
90
Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/ >
87
91
88
92
Internet-of-Things/Wireless Protocol Helpers
93
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
89
94
90
95
Helpers for interfacing with the internet or wireless communication.
91
96
@@ -101,6 +106,7 @@ Helpers for interfacing with the internet or wireless communication.
101
106
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/ >
102
107
103
108
Cryptography Helpers
109
+ ^^^^^^^^^^^^^^^^^^^^^
104
110
105
111
Helpers for secure communication.
106
112
@@ -109,6 +115,7 @@ Helpers for secure communication.
109
115
RSA <https://circuitpython.readthedocs.io/projects/rsa/en/latest/ >
110
116
111
117
CPython-module Helpers
118
+ ^^^^^^^^^^^^^^^^^^^^^^^
112
119
113
120
Pure-Python implementations of standard CPython libraries. Some of these
114
121
modules may have a CircuitPython Core API implementation too.
@@ -121,6 +128,7 @@ modules may have a CircuitPython Core API implementation too.
121
128
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/ >
122
129
123
130
Audio Helpers
131
+ ^^^^^^^^^^^^^^^
124
132
125
133
Music, noisemakers, and more.
126
134
@@ -130,8 +138,10 @@ Music, noisemakers, and more.
130
138
Waveform Generation <https://circuitpython.readthedocs.io/projects/waveform/en/latest/ >
131
139
132
140
Miscellaneous Helpers
141
+ ^^^^^^^^^^^^^^^^^^^^^^^
133
142
134
143
.. toctree ::
144
+
135
145
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/ >
136
146
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/ >
137
147
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/ >
0 commit comments