Skip to content

Commit 2c8c7f7

Browse files
authored
Merge pull request #236 from noelanderson/main
Add support for NXP PCA9955b 16-Channel I2C-Bus LED Driver
2 parents 648aa34 + 77e4b99 commit 2c8c7f7

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,3 +445,6 @@
445445
[submodule "libraries/helpers/pio_i2s"]
446446
path = libraries/helpers/pio_i2s
447447
url = https://github.com/relic-se/CircuitPython_PIO_I2S.git
448+
[submodule "libraries/drivers/pca9955b"]
449+
path = libraries/drivers/pca9955b
450+
url = https://github.com/noelanderson/CircuitPython_PCA9955B.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
3636
* [CircuitPython PS2Controller](https://github.com/todbot/CircuitPython_PS2Controller.git) ([PyPi](https://pypi.org/project/circuitpython-ps2controller)) \([Docs](https://circuitpython-ps2controller.readthedocs.io/en/latest/)) CircuitPython library to read Sony PS2 game controllers
3737
* [CircuitPython_paj7620](https://github.com/deshipu/circuitpython-paj7620.git) A driver for the PAJ7620 gesture sensor.
3838
* [CircuitPython PCA9674](https://github.com/XENONFFM/CircuitPython_PCA9674.git) Driver for the NXP PCA9674(A) 8 channel I2C I/O expander ([PyPi](https://pypi.org/project/circuitpython-pca9674))
39+
* [CircuitPython PCA9955b](https://github.com/noelanderson/CircuitPython_PCA9955B.git) Driver for the NXP PCA9955b 16-Channel I2C-Bus Constant-Current LED Driver ([Docs](https://circuitpython-pca9955b.readthedocs.io/en/latest/))
3940
* [CircuitPython qmi8658c](https://github.com/jins-tkomoda/CircuitPython_QMI8658C.git) Driver for the QMI8658C inertial measurement unit
4041
([Docs](https://circuitpython-qmi8658c.readthedocs.io/en/latest/))
4142
* [CircuitPython Raspberry PI Build HAT](https://github.com/CDarius/CircuitPython_RaspberryPI_BuildHAT.git) Driver for Raspberry PI Build HAT \([Docs](https://circuitpython-raspberrypi-buildhat.readthedocs.io/en/latest/))

libraries/drivers/pca9955b

Submodule pca9955b added at edd0952

0 commit comments

Comments
 (0)