@@ -51,7 +51,7 @@ Helpers for animating LEDs.
5151User Interface and GFX Helpers
5252^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5353
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) .
5555
5656.. toctree ::
5757
@@ -94,22 +94,42 @@ Helpers for connecting with hosted and self-hosted internet-of-things web servic
9494 LIFX Lights <https://circuitpython.readthedocs.io/projects/lifx/en/latest/ >
9595 Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/ >
9696
97- Internet-of-Things/Wireless Protocol Helpers
98- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
97+ Internet/Internet -of-Things Helpers
98+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9999
100- Helpers for interfacing with the internet or wireless communication .
100+ Helpers for interfacing with the internet, including IoT protocols .
101101
102102.. toctree ::
103103
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/ >
108104 MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/ >
109105 JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/ >
110106 Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/ >
111107 NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/ >
112108
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+
113133Cryptography Helpers
114134^^^^^^^^^^^^^^^^^^^^^
115135
@@ -151,6 +171,7 @@ Miscellaneous Helpers
151171 AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/ >
152172 Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/ >
153173 Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/ >
174+ Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/ >
154175 InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/ >
155176 OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/ >
156177 SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/ >
0 commit comments