@@ -37,13 +37,17 @@ These libraries build on top of the low level APIs to simplify common tasks.
37
37
38
38
LED Helpers
39
39
40
+ Helpers for animating LEDs.
41
+
40
42
.. toctree ::
41
43
42
44
Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/ >
43
45
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/ >
44
46
45
47
User Interface and GFX Helpers
46
48
49
+ Helpers for building graphical interfaces using the displayio core module.
50
+
47
51
.. toctree ::
48
52
49
53
Cursor Control <https://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/ >
@@ -61,13 +65,17 @@ User Interface and GFX Helpers
61
65
62
66
Motor Helpers
63
67
68
+ Helpers for driving motors, servos, and steppers.
69
+
64
70
.. toctree ::
65
71
66
72
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/ >
67
73
MotorKit <https://circuitpython.readthedocs.io/projects/motorkit/en/latest/ >
68
74
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/ >
69
75
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.
71
79
72
80
.. toctree ::
73
81
@@ -79,6 +87,8 @@ Internet of Things Service Helpers
79
87
80
88
Internet-of-Things/Wireless Protocol Helpers
81
89
90
+ Helpers for interfacing with the internet or wireless communication.
91
+
82
92
.. toctree ::
83
93
84
94
Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/ >
@@ -92,20 +102,27 @@ Internet-of-Things/Wireless Protocol Helpers
92
102
93
103
Cryptography Helpers
94
104
105
+ Helpers for secure communication.
106
+
95
107
.. toctree ::
96
108
97
109
RSA <https://circuitpython.readthedocs.io/projects/rsa/en/latest/ >
98
110
99
111
CPython-module Helpers
100
112
113
+ Pure-Python implementations of standard CPython libraries. Some of these
114
+ modules may have a CircuitPython Core API implementation too.
115
+
101
116
.. toctree ::
102
117
103
118
binascii <https://circuitpython.readthedocs.io/projects/binascii/en/latest/ >
104
119
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/ >
105
120
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/ >
106
121
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/ >
107
122
108
- Audio
123
+ Audio Helpers
124
+
125
+ Music, noisemakers, and more.
109
126
110
127
.. toctree ::
111
128
0 commit comments