@@ -66,6 +66,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
66
66
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/ >
67
67
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/ >
68
68
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/ >
69
+ Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/ >
69
70
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/ >
70
71
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/ >
71
72
LED Animation <https://adafruit-circuitpython-led-animation.readthedoc.io/en/latest/ >
@@ -80,6 +81,7 @@ Multi-color led drivers.
80
81
NeoPixel <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/ >
81
82
DotStar <https://circuitpython.readthedocs.io/projects/dotstar/en/latest/ >
82
83
WS2801 <https://circuitpython.readthedocs.io/projects/ws2801/en/latest/ >
84
+ Pixie <https://circuitpython.readthedocs.io/projects/pixie/en/latest/ >
83
85
84
86
Displays
85
87
-------------
@@ -94,6 +96,7 @@ Drivers used to display information. Either pixel or segment based.
94
96
IS31FL3731 Charlieplexed LED Matrix <https://circuitpython.readthedocs.io/projects/is31fl3731/en/latest/ >
95
97
MAX7219 LED Matrix <https://circuitpython.readthedocs.io/projects/max7219/en/latest/ >
96
98
SSD1306 OLED Driver <https://circuitpython.readthedocs.io/projects/ssd1306/en/latest/ >
99
+ E-Paper Display <https://circuitpython.readthedocs.io/projects/epd/en/latest/ >
97
100
98
101
Real-time clocks
99
102
-----------------
@@ -119,6 +122,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
119
122
FXAS21002C Gyroscope <https://circuitpython.readthedocs.io/projects/fxas21002c/en/latest/ >
120
123
FXOS8700 Accelerometer <https://circuitpython.readthedocs.io/projects/fxos8700/en/latest/ >
121
124
GPS Global Position <https://circuitpython.readthedocs.io/projects/gps/en/latest/ >
125
+ L3GD20 Gyroscope <https://circuitpython.readthedocs.io/projects/sd/l3gd20/latest/ >
122
126
LIS3DH Accelerometer <https://circuitpython.readthedocs.io/projects/lis3dh/en/latest/ >
123
127
LSM303 Accelerometer and Magnetometer <https://circuitpython.readthedocs.io/projects/lsm303/en/latest/ >
124
128
LSM9DS0 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds0/en/latest/ >
@@ -155,6 +159,8 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
155
159
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/ >
156
160
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/ >
157
161
Thermistor Temperature <https://circuitpython.readthedocs.io/projects/thermistor/en/latest/ >
162
+ TMP007 Contactless Temperature <https://circuitpython.readthedocs.io/projects/tmp007/en/latest/ >
163
+ MLX90614 Contactless Temperature <https://circuitpython.readthedocs.io/projects/mlx90614/en/latest/ >
158
164
159
165
Light Sensors
160
166
---------------
@@ -184,6 +190,7 @@ These sensors measure the ``distance`` to another object and may also measure li
184
190
TFmini IR Time of Flight ~30cm - 12m <https://circuitpython.readthedocs.io/projects/tfmini/en/latest >
185
191
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/ >
186
192
VL53L0x ~30 - 1000 mm <https://circuitpython.readthedocs.io/projects/vl53l0x/en/latest/ >
193
+ HC-SR04 Ultrasonic Range Sensors <https://circuitpython.readthedocs.io/projects/hcsr04/en/latest/ >
187
194
188
195
Radio
189
196
--------
@@ -195,6 +202,7 @@ These chips communicate to other's over radio.
195
202
Adafruit Bluefruit LE SPI Friend <https://circuitpython.readthedocs.io/projects/bluefruitspi/en/latest/ >
196
203
RFM9x LoRa <https://circuitpython.readthedocs.io/projects/rfm9x/en/latest/ >
197
204
RFM69 Packet Radio <https://circuitpython.readthedocs.io/projects/rfm69/en/latest/ >
205
+ PN532 NFC/RFID <https://circuitpython.readthedocs.io/projects/sd/pn532/latest/ >
198
206
199
207
IO Expansion
200
208
--------------
@@ -214,6 +222,8 @@ These provide functionality similar to `analogio`, `digitalio`, `pulseio`, and `
214
222
TLC5947 24 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc5947/en/latest/ >
215
223
TLC59711 12 x 16-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc59711/en/latest/ >
216
224
MPR121 Capacitive Touch Sensor <https://circuitpython.readthedocs.io/projects/mpr121/en/latest/ >
225
+ TCA9548 I2C Multiplexer <https://circuitpython.readthedocs.io/projects/tca9548a/en/latest/ >
226
+ MCP3xxx SPI ADC <https://circuitpython.readthedocs.io/projects/mcp3xxx/en/latest/ >
217
227
218
228
Miscellaneous
219
229
----------------
@@ -233,5 +243,7 @@ Miscellaneous
233
243
VC0706 TTL Camera <https://circuitpython.readthedocs.io/projects/vc0706/en/latest/ >
234
244
INA219 High Side Current <https://circuitpython.readthedocs.io/projects/ina219/en/latest/ >
235
245
Fingerprint <https://circuitpython.readthedocs.io/projects/fingerprint/en/latest/ >
246
+ STMPE610 Resistive Touchscreen <https://circuitpython.readthedocs.io/projects/stmpe610/en/latest/ >
247
+ Matrix Keypad <https://circuitpython.readthedocs.io/projects/matrixkeypad/en/latest/ >
236
248
VS1053 Audio Codec <https://circuitpython.readthedocs.io/projects/vs1053/en/latest/ >
237
249
FRAM Non-Volatile Memory <https://circuitpython.readthedocs.io/projects/fram/en/latest/ >
0 commit comments