Skip to content

Commit 640e2c2

Browse files
authored
Merge pull request #385 from tekktrik/dev/add-libs-12JUL2022
Add new Adafruit libraries to the bundle
2 parents 8e5a5aa + fa15456 commit 640e2c2

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,3 +890,9 @@
890890
[submodule "libraries/drivers/floppy"]
891891
path = libraries/drivers/floppy
892892
url = https://github.com/adafruit/Adafruit_CircuitPython_floppy.git
893+
[submodule "libraries/drivers/pcf8574"]
894+
path = libraries/drivers/pcf8574
895+
url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8574.git
896+
[submodule "libraries/drivers/mmc56x3"]
897+
path = libraries/drivers/mmc56x3
898+
url = https://github.com/adafruit/Adafruit_CircuitPython_MMC56x3.git

docs/drivers.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
343343
MLX90393 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>
344344
MLX90395 3-Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90395/en/latest/>
345345
MMA8451 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
346+
MMC56X3 Magnetometers https://circuitpython.readthedocs.io/projects/mmc56x3/en/latest/>
346347
MPU6050 Accelerometer, Gyroscope, and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpu6050/en/latest/>
347348
MSA301 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/msa301/en/latest/>
348349
TLV493D 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/tlv493d/en/latest/>
@@ -473,6 +474,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
473474
MCP4728 4-Channel, 12-bit Digital-to-Analog Converter <https://circuitpython.readthedocs.io/projects/mcp4728/en/latest/>
474475
MPR121 Capacitive Touch Sensor <https://circuitpython.readthedocs.io/projects/mpr121/en/latest/>
475476
PCA9685 16 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/pca9685/en/latest/>
477+
PCF8574 GPIO Expander https://circuitpython.readthedocs.io/projects/pcf8574/en/latest/>
476478
PCF8591 ADC + DAC Combo <https://circuitpython.readthedocs.io/projects/pcf8591/en/latest/>
477479
TCA9548 I2C Multiplexer <https://circuitpython.readthedocs.io/projects/tca9548a/en/latest/>
478480
TLA202X 12-bit I2C DAC <https://circuitpython.readthedocs.io/projects/tla202x/en/latest/>

libraries/drivers/mmc56x3

Submodule mmc56x3 added at d1253e0

libraries/drivers/pcf8574

Submodule pcf8574 added at 94f1249

0 commit comments

Comments
 (0)