@@ -51,7 +51,7 @@ Helpers for animating LEDs.
51
51
User Interface and GFX Helpers
52
52
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
53
53
54
- Helpers for building graphical interfaces using the displayio core module.
54
+ Helpers for building graphical interfaces using the displayio core module and framebuf code module (framebuf is deprecated) .
55
55
56
56
.. toctree ::
57
57
@@ -94,22 +94,42 @@ Helpers for connecting with hosted and self-hosted internet-of-things web servic
94
94
LIFX Lights <https://circuitpython.readthedocs.io/projects/lifx/en/latest/ >
95
95
Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/ >
96
96
97
- Internet-of-Things/Wireless Protocol Helpers
98
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
97
+ Internet/Internet -of-Things Helpers
98
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
99
99
100
- Helpers for interfacing with the internet or wireless communication .
100
+ Helpers for interfacing with the internet, including IoT protocols .
101
101
102
102
.. toctree ::
103
103
104
- Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/ >
105
- Bluetooth Low Energy (BLE) <https://circuitpython.readthedocs.io/projects/ble/en/latest/ >
106
- TinyLoRa TTN Helper <https://circuitpython.readthedocs.io/projects/tinylora/en/latest/ >
107
- Mini ESP Tool <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/ >
108
104
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/ >
109
105
JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/ >
110
106
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/ >
111
107
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/ >
112
108
109
+ Bluetooth Low Energy Helpers
110
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
111
+
112
+ Helpers for Bluetooth Low Energy (BLE).
113
+
114
+ .. toctree ::
115
+
116
+ Bluefruit LE Connect App <https://circuitpython.readthedocs.io/projects/bluefruitconnect/en/latest/ >
117
+ BLE base library<https://circuitpython.readthedocs.io/projects/ble/en/latest/>
118
+ BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/ >
119
+ BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/ >
120
+ BLE Cycling Speed and Cadence Service <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/ >
121
+ BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/ >
122
+ BLE Magic Light Service <https://circuitpython.readthedocs.io/projects/ble_magic_light/en/latest/ >
123
+
124
+ LoRa Wireless Helpers
125
+ ^^^^^^^^^^^^^^^^^^^^^
126
+
127
+ Helpers for wireless communication via LoRa.
128
+
129
+ .. toctree ::
130
+
131
+ TinyLoRa TTN Helper (LoRaWAN) <https://circuitpython.readthedocs.io/projects/tinylora/en/latest/ >
132
+
113
133
Cryptography Helpers
114
134
^^^^^^^^^^^^^^^^^^^^^
115
135
@@ -151,6 +171,7 @@ Miscellaneous Helpers
151
171
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/ >
152
172
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/ >
153
173
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/ >
174
+ Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/ >
154
175
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/ >
155
176
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/ >
156
177
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/ >
0 commit comments