@@ -76,6 +76,7 @@ Multi-color led drivers.
76
76
77
77
NeoPixel <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/ >
78
78
DotStar <https://circuitpython.readthedocs.io/projects/dotstar/en/latest/ >
79
+ WS2801 <https://circuitpython.readthedocs.io/projects/ws2801/en/latest/ >
79
80
80
81
Displays
81
82
-------------
@@ -111,7 +112,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
111
112
.. toctree ::
112
113
113
114
BNO055 Accelerometer, Magnetometer, Gyroscope and Absolution Orientation <https://circuitpython.readthedocs.io/projects/bno055/en/latest/ >
114
- FXAS21002C Gyroscope <https://circuitpython.readthedocs.io/projects/fxas21002C /en/latest/ >
115
+ FXAS21002C Gyroscope <https://circuitpython.readthedocs.io/projects/fxas21002c /en/latest/ >
115
116
FXOS8700 Accelerometer <https://circuitpython.readthedocs.io/projects/fxos8700/en/latest/ >
116
117
GPS Global Position <https://circuitpython.readthedocs.io/projects/gps/en/latest/ >
117
118
LIS3DH Accelerometer <https://circuitpython.readthedocs.io/projects/lis3dh/en/latest/ >
@@ -154,6 +155,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
154
155
.. toctree ::
155
156
156
157
APDS9960 Proximity, Light, RGB, and Gesture <https://circuitpython.readthedocs.io/projects/apds9960/en/latest/ >
158
+ AS726x Color Spectrum Sensor <https://circuitpython.readthedocs.io/projects/as726x/en/latest/ >
157
159
TCS34725 Color Sensor <https://circuitpython.readthedocs.io/projects/tcs34725/en/latest/ >
158
160
TSL2561 Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2561/en/latest/ >
159
161
TSL2591 High Dynamic Range Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2591/en/latest/ >
@@ -191,6 +193,7 @@ These provide functionality similar to `analogio`, `digitalio`, `pulseio`, and `
191
193
ADS1x15 Analog-to-Digital Converter <https://circuitpython.readthedocs.io/projects/ads1x15/en/latest/ >
192
194
DS2413 OneWire GPIO Expander <https://circuitpython.readthedocs.io/projects/ds2413/en/latest/ >
193
195
FocalTech Capacitive Touch <https://circuitpython.readthedocs.io/projects/focaltouch/en/latest/ >
196
+ MCP230xx GPIO Expander <https://circuitpython.readthedocs.io/projects/mcp230xx/en/latest/ >
194
197
MCP4725 Digital-to-Analog Converter <https://circuitpython.readthedocs.io/projects/mcp4725/en/latest/ >
195
198
PCA9685 16 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/pca9685/en/latest/ >
196
199
TLC5947 24 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc5947/en/latest/ >
0 commit comments