Skip to content

Commit 1164d52

Browse files
authored
Merge pull request #1173 from tannewt/driver_update
Add new drivers to the doc page
2 parents 06a610f + 12e2a26 commit 1164d52

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/drivers.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ These libraries build on top of the low level APIs to simplify common tasks.
6666
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
6767
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
6868
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
69+
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
70+
LED Animation <https://circuitpython.readthedocs.io/projects/led-animation/en/latest/>
6971

7072
Blinky
7173
--------
@@ -77,6 +79,7 @@ Multi-color led drivers.
7779
NeoPixel <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/>
7880
DotStar <https://circuitpython.readthedocs.io/projects/dotstar/en/latest/>
7981
WS2801 <https://circuitpython.readthedocs.io/projects/ws2801/en/latest/>
82+
Pixie <https://circuitpython.readthedocs.io/projects/pixie/en/latest/>
8083

8184
Displays
8285
-------------
@@ -91,6 +94,7 @@ Drivers used to display information. Either pixel or segment based.
9194
IS31FL3731 Charlieplexed LED Matrix <https://circuitpython.readthedocs.io/projects/is31fl3731/en/latest/>
9295
MAX7219 LED Matrix <https://circuitpython.readthedocs.io/projects/max7219/en/latest/>
9396
SSD1306 OLED Driver <https://circuitpython.readthedocs.io/projects/ssd1306/en/latest/>
97+
E-Paper Display <https://circuitpython.readthedocs.io/projects/epd/en/latest/>
9498

9599
Real-time clocks
96100
-----------------
@@ -120,6 +124,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
120124
LSM9DS0 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds0/en/latest/>
121125
LSM9DS1 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds1/en/latest/>
122126
MMA8451 3 axis accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
127+
L3GD20 Gyroscope <https://circuitpython.readthedocs.io/projects/l3gd20/en/latest/>
123128

124129
Environmental Sensors
125130
----------------------
@@ -145,6 +150,8 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
145150
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
146151
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>
147152
Thermistor Temperature <https://circuitpython.readthedocs.io/projects/thermistor/en/latest/>
153+
TMP007 Contactless Temperature <https://circuitpython.readthedocs.io/projects/tmp007/en/latest/>
154+
MLX90614 Contactless Temperature <https://circuitpython.readthedocs.io/projects/mlx90614/en/latest/>
148155

149156
Light Sensors
150157
---------------
@@ -171,6 +178,7 @@ These sensors measure the ``distance`` to another object and may also measure li
171178

172179
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/>
173180
VL53L0x ~30 - 1000 mm <https://circuitpython.readthedocs.io/projects/vl53l0x/en/latest/>
181+
HC-SR04 ultrasonic range sensors <https://circuitpython.readthedocs.io/projects/hcsr04/en/latest/>
174182

175183
Radio
176184
--------
@@ -181,6 +189,7 @@ These chips communicate to other's over radio.
181189

182190
RFM9x LoRa <https://circuitpython.readthedocs.io/projects/rfm9x/en/latest/>
183191
RFM69 Packet Radio <https://circuitpython.readthedocs.io/projects/rfm69/en/latest/>
192+
PN532 NFC/RFID <https://circuitpython.readthedocs.io/projects/pn532/en/latest/>
184193

185194
IO Expansion
186195
--------------
@@ -200,6 +209,8 @@ These provide functionality similar to `analogio`, `digitalio`, `pulseio`, and `
200209
TLC5947 24 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc5947/en/latest/>
201210
TLC59711 12 x 16-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc59711/en/latest/>
202211
MPR121 Capacitive Touch Sensor <https://circuitpython.readthedocs.io/projects/mpr121/en/latest/>
212+
TCA9548 I2C Multiplexer <https://circuitpython.readthedocs.io/projects/tca9548a/en/latest/>
213+
MCP3xxx SPI ADC <https://circuitpython.readthedocs.io/projects/mcp3xxx/en/latest/>
203214

204215
Miscellaneous
205216
----------------
@@ -216,3 +227,5 @@ Miscellaneous
216227
VC0706 TTL Camera <https://circuitpython.readthedocs.io/projects/vc0706/en/latest/>
217228
INA219 High Side Current <https://circuitpython.readthedocs.io/projects/ina219/en/latest/>
218229
Fingerprint <https://circuitpython.readthedocs.io/projects/fingerprint/en/latest/>
230+
STMPE610 Resistive Touchscreen <https://circuitpython.readthedocs.io/projects/stmpe610/en/latest/>
231+
Matrix Keypad <https://circuitpython.readthedocs.io/projects/matrixkeypad/en/latest/>

0 commit comments

Comments
 (0)