@@ -35,51 +35,76 @@ Helper Libraries
35
35
36
36
These libraries build on top of the low level APIs to simplify common tasks.
37
37
38
+ LED Helpers
39
+
38
40
.. 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/>
39
43
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 ::
49
47
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/>
52
49
Display Button <https://circuitpython.readthedocs.io/projects/display_button/en/latest/>
53
50
Display Shapes <https://circuitpython.readthedocs.io/projects/display_shapes/en/latest/>
54
51
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/>
56
56
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/>
59
58
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/>
64
73
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/>
66
82
Mini ESP Tool <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
67
83
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/>
70
86
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/>
71
104
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/ >
75
105
Ring Tone Text Transfer Language (RTTTL) <https://circuitpython.readthedocs.io/projects/rtttl/en/latest/>
76
- RSA <https://circuitpython.readthedocs.io/projects/rsa/en/latest/ >
77
106
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
78
- ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/ >
79
107
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/ >
83
108
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
84
109
Waveform Generation <https://circuitpython.readthedocs.io/projects/waveform/en/latest/>
85
110
0 commit comments