Skip to content

Commit 9be61fe

Browse files
authored
Merge pull request adafruit#1334 from sommersoft/new_master
Update Core Drivers Page [master]
2 parents 7b4521f + e2bfe91 commit 9be61fe

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

docs/drivers.rst

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ These libraries build on top of the low level APIs to simplify common tasks.
6767
DC Motor and Servo <https://circuitpython.readthedocs.io/projects/motor/en/latest/>
6868
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
6969
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
70+
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
71+
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
7072
LED Animation <https://circuitpython.readthedocs.io/projects/led-animation/en/latest/>
7173

7274
Blinky
@@ -115,16 +117,18 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
115117

116118
.. toctree::
117119

120+
ADXL34x 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/adxl34x/en/latest/>
118121
BNO055 Accelerometer, Magnetometer, Gyroscope and Absolution Orientation <https://circuitpython.readthedocs.io/projects/bno055/en/latest/>
119122
FXAS21002C Gyroscope <https://circuitpython.readthedocs.io/projects/fxas21002c/en/latest/>
120123
FXOS8700 Accelerometer <https://circuitpython.readthedocs.io/projects/fxos8700/en/latest/>
121124
GPS Global Position <https://circuitpython.readthedocs.io/projects/gps/en/latest/>
125+
L3GD20 Gyroscope <https://circuitpython.readthedocs.io/projects/sd/l3gd20/latest/>
122126
LIS3DH Accelerometer <https://circuitpython.readthedocs.io/projects/lis3dh/en/latest/>
123127
LSM303 Accelerometer and Magnetometer <https://circuitpython.readthedocs.io/projects/lsm303/en/latest/>
124128
LSM9DS0 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds0/en/latest/>
125129
LSM9DS1 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds1/en/latest/>
130+
MLX90390 3 Axis Mangetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>
126131
MMA8451 3 axis accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
127-
L3GD20 Gyroscope <https://circuitpython.readthedocs.io/projects/l3gd20/en/latest/>
128132

129133
Environmental Sensors
130134
----------------------
@@ -139,13 +143,18 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
139143
BME280 Temperature, Humidity and Pressure <https://circuitpython.readthedocs.io/projects/bme280/en/latest/>
140144
BME680 Temperature, Humidity, Pressure and Gas <https://circuitpython.readthedocs.io/projects/bme680/en/latest/>
141145
BMP280 Barometric Pressure and Altitude <https://circuitpython.readthedocs.io/projects/bmp280/en/latest/>
146+
BMP3xx Barometric Pressure and Altimeter <https://circuitpython.readthedocs.io/projects/bmp3xx/en/latest/>
142147
CCS811 Air Quality <https://circuitpython.readthedocs.io/projects/ccs811/en/latest/>
143148
DHT Temperature and Humidity <https://circuitpython.readthedocs.io/projects/dht/en/latest/>
144149
DS18x20 Temperature <https://circuitpython.readthedocs.io/projects/ds18x20/en/latest/>
150+
HTU21D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/htu21d/en/latest>
145151
MAX31865 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31865/en/latest/>
146152
MAX31855 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31855/en/latest/>
153+
MAX31856 Thermocouple Amplifier, Temperature <https://circuitpython.readthedocs.io/projects/max31856/en/latest/>
147154
MCP9808 Temperature <https://circuitpython.readthedocs.io/projects/mcp9808/en/latest/>
155+
MP115A2 Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/mpl115a2/en/latest/>
148156
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpl3115a2/en/latest/>
157+
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest>
149158
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
150159
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
151160
Si7021 Temperature and Humidity <https://circuitpython.readthedocs.io/projects/si7021/en/latest/>
@@ -168,6 +177,7 @@ These sensors detect light related attributes such as ``color``, ``light`` (unit
168177
TSL2591 High Dynamic Range Light Sensor <https://circuitpython.readthedocs.io/projects/tsl2591/en/latest/>
169178
VCNL4010 Proximity and Light <https://circuitpython.readthedocs.io/projects/vcnl4010/en/latest/>
170179
VEML6070 UV Index <https://circuitpython.readthedocs.io/projects/veml6070/en/latest/>
180+
VEML6075 UV Index <https://circuitpython.readthedocs.io/projects/veml6075/en/latest/>
171181

172182
Distance Sensors
173183
------------------
@@ -176,9 +186,11 @@ These sensors measure the ``distance`` to another object and may also measure li
176186

177187
.. toctree::
178188

189+
Garmin LIDARLite I2C <https://circuitpython.readthedocs.io/projects/lidarlite/en/latest>
190+
TFmini IR Time of Flight ~30cm - 12m <https://circuitpython.readthedocs.io/projects/tfmini/en/latest>
179191
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/>
180192
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/>
193+
HC-SR04 Ultrasonic Range Sensors <https://circuitpython.readthedocs.io/projects/hcsr04/en/latest/>
182194

183195
Radio
184196
--------
@@ -187,6 +199,7 @@ These chips communicate to other's over radio.
187199

188200
.. toctree::
189201

202+
Adafruit Bluefruit LE SPI Friend <https://circuitpython.readthedocs.io/projects/bluefruitspi/en/latest/>
190203
RFM9x LoRa <https://circuitpython.readthedocs.io/projects/rfm9x/en/latest/>
191204
RFM69 Packet Radio <https://circuitpython.readthedocs.io/projects/rfm69/en/latest/>
192205
PN532 NFC/RFID <https://circuitpython.readthedocs.io/projects/pn532/en/latest/>
@@ -217,9 +230,12 @@ Miscellaneous
217230

218231
.. toctree::
219232

233+
CAP1188 8-Key Capacitive Touch <https://circuitpython.readthedocs.io/projects/cap1188/en/latest/>
220234
Si4713 Stereo FM Transmitter <https://circuitpython.readthedocs.io/projects/si4713/en/latest/>
221235
AMG88xx Grid-Eye IR Camera <https://circuitpython.readthedocs.io/projects/amg88xx/en/latest/>
222236
Trellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/trellis/en/latest/>
237+
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest>
238+
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/>
223239
DRV2605 Haptic Motor Controller <https://circuitpython.readthedocs.io/projects/drv2605/en/latest/>
224240
MAX9744 Audio Amplifier <https://circuitpython.readthedocs.io/projects/max9744/en/latest/>
225241
Si5351 Clock Generator <https://circuitpython.readthedocs.io/projects/si5351/en/latest/>
@@ -229,3 +245,5 @@ Miscellaneous
229245
Fingerprint <https://circuitpython.readthedocs.io/projects/fingerprint/en/latest/>
230246
STMPE610 Resistive Touchscreen <https://circuitpython.readthedocs.io/projects/stmpe610/en/latest/>
231247
Matrix Keypad <https://circuitpython.readthedocs.io/projects/matrixkeypad/en/latest/>
248+
VS1053 Audio Codec <https://circuitpython.readthedocs.io/projects/vs1053/en/latest/>
249+
FRAM Non-Volatile Memory <https://circuitpython.readthedocs.io/projects/fram/en/latest/>

0 commit comments

Comments
 (0)