@@ -46,7 +46,7 @@ Helpers for animating LEDs.
4646.. toctree ::
4747
4848 Fancy LED (similar to FastLED) <https://circuitpython.readthedocs.io/projects/fancyled/en/latest/ >
49- LED Animation <https://adafruit- circuitpython-led-animation .readthedocs.io/en/latest/ >
49+ LED Animation <https://circuitpython.readthedocs.io/projects/led-animation /en/latest/ >
5050
5151User Interface and GFX Helpers
5252^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -59,6 +59,7 @@ Helpers for building graphical interfaces using the displayio core module and fr
5959 Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/ >
6060 Bitmap Saver <https://circuitpython.readthedocs.io/projects/bitmapsaver/en/latest/ >
6161 Display Button <https://circuitpython.readthedocs.io/projects/display_button/en/latest/ >
62+ Display Notification <https://circuitpython.readthedocs.io/projects/display_notification/en/latest/ >
6263 Display Shapes <https://circuitpython.readthedocs.io/projects/display_shapes/en/latest/ >
6364 Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/ >
6465 Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/ >
@@ -196,6 +197,7 @@ Multi-color LED drivers.
196197
197198 DotStar <https://circuitpython.readthedocs.io/projects/dotstar/en/latest/ >
198199 NeoPixel <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/ >
200+ NeoPixel SPI <https://circuitpython.readthedocs.io/projects/neopixel_spi/en/latest/ >
199201 Pixie <https://circuitpython.readthedocs.io/projects/pixie/en/latest/ >
200202 RGB LED <https://circuitpython.readthedocs.io/projects/rgbled/en/latest/ >
201203 WS2801 <https://circuitpython.readthedocs.io/projects/ws2801/en/latest/ >
230232
231233.. toctree ::
232234
233- SSD1305 OLED (displayio) <https://circuitpython.readthedocs.io/projects/displayio_ssd1306 /en/latest/ >
235+ SSD1305 OLED (displayio) <https://circuitpython.readthedocs.io/projects/displayio_ssd1305 /en/latest/ >
234236 SSD1305 OLED (framebuf) <https://circuitpython.readthedocs.io/projects/ssd1305/en/latest/ >
235237 SSD1306 OLED (displayio) <https://circuitpython.readthedocs.io/projects/displayio_ssd1306/en/latest/ >
236238 SSD1306 OLED (framebuf) <https://circuitpython.readthedocs.io/projects/ssd1306/en/latest/ >
@@ -289,7 +291,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
289291 FXAS21002C Gyroscope <https://circuitpython.readthedocs.io/projects/fxas21002c/en/latest/ >
290292 FXOS8700 Accelerometer <https://circuitpython.readthedocs.io/projects/fxos8700/en/latest/ >
291293 GPS Global Position <https://circuitpython.readthedocs.io/projects/gps/en/latest/ >
292- ISM20649 Wide-rage 6-DoF Accelerometer and Gyro <https://circuitpython.readthedocs.io/projects/ism20649 /en/latest/ >
294+ ICM20649 Wide-rage 6-DoF Accelerometer and Gyro <https://circuitpython.readthedocs.io/projects/icm20649 /en/latest/ >
293295 L3GD20 3-Axis Gyroscope <https://circuitpython.readthedocs.io/projects/l3gd20/en/latest/ >
294296 LIS2MDL 3-Axis Magnetometer <https://circuitpython.readthedocs.io/projects/lis2mdl/en/latest/ >
295297 LIS3MDL 3-Axis Magnetometer <https://circuitpython.readthedocs.io/projects/lis3mdl/en/latest/ >
@@ -323,11 +325,11 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
323325 BMP3xx Barometric Pressure and Altimeter <https://circuitpython.readthedocs.io/projects/bmp3xx/en/latest/ >
324326 CCS811 Air Quality <https://circuitpython.readthedocs.io/projects/ccs811/en/latest/ >
325327 DHT Temperature and Humidity <https://circuitpython.readthedocs.io/projects/dht/en/latest/ >
326- DPS310 Precision Barometric Pressure / Altitude Sensor <https://adafruit- circuitpython-dsp310 .readthedocs.io/en/latest/ >
328+ DPS310 Precision Barometric Pressure / Altitude Sensor <https://circuitpython.readthedocs.io/projects/dps310 /en/latest/ >
327329 DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/ >
328- HTS221 Temperature and Humidity Sensor <https://adafruit- circuitpython-hts221 .readthedocs.io/en/latest/ >
330+ HTS221 Temperature and Humidity Sensor <https://circuitpython.readthedocs.io/projects/hts221 /en/latest/ >
329331 HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest/ >
330- LPS2X Family of Barometric Pressure, Temperature Sensors <https://adafruit- circuitpython-lps2x .readthedocs.io/en/latest/ >
332+ LPS2X Family of Barometric Pressure, Temperature Sensors <https://circuitpython.readthedocs.io/projects/lps2x /en/latest/ >
331333 LPS35HW Water Resistant Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/lps35hw/en/latest/ >
332334 MAX31855 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31855/en/latest/ >
333335 MAX31856 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31856/en/latest/ >
@@ -383,7 +385,7 @@ These sensors measure the ``distance`` to another object and may also measure li
383385Radio
384386--------
385387
386- These chips communicate to other's over radio.
388+ These chips communicate to others over radio.
387389
388390.. toctree ::
389391
@@ -427,7 +429,7 @@ Miscellaneous
427429 BD3491FS Audio Processor <https://circuitpython.readthedocs.io/projects/bd3491fs/en/latest/ >
428430 CAP1188 8-Key Capacitive Touch <https://circuitpython.readthedocs.io/projects/cap1188/en/latest/ >
429431 DRV2605 Haptic Motor Controller <https://circuitpython.readthedocs.io/projects/drv2605/en/latest/ >
430- DS1841 I2C Logarithmic Potentiometer <https://adafruit- circuitpython-ds1841 .readthedocs.io/en/latest/ >
432+ DS1841 I2C Logarithmic Potentiometer <https://circuitpython.readthedocs.io/projects/ds1841 /en/latest/ >
431433 DS3502 I2C Potentiometer <https://circuitpython.readthedocs.io/projects/ds3502/en/latest/ >
432434 Fingerprint Sensor <https://circuitpython.readthedocs.io/projects/fingerprint/en/latest/ >
433435 FRAM Non-Volatile Memory <https://circuitpython.readthedocs.io/projects/fram/en/latest/ >
@@ -440,6 +442,7 @@ Miscellaneous
440442 NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/ >
441443 NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/ >
442444 PyPixelbuf <https://circuitpython.readthedocs.io/projects/pypixelbuf/en/latest/ >
445+ RockBlock Iridium Satellite Modem <https://circuitpython.readthedocs.io/projects/rockblock/en/latest/ >
443446 Si4713 Stereo FM Transmitter <https://circuitpython.readthedocs.io/projects/si4713/en/latest/ >
444447 Si5351 Clock Generator <https://circuitpython.readthedocs.io/projects/si5351/en/latest/ >
445448 STMPE610 Resistive Touchscreen <https://circuitpython.readthedocs.io/projects/stmpe610/en/latest/ >
0 commit comments