Skip to content

Commit b69e74e

Browse files
committed
Add AXP192 CircuitPython library
1 parent 8afda42 commit b69e74e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,7 @@
360360
url = https://github.com/jposada202020/CircuitPython_STTS22H.git
361361
[submodule "libraries/drivers/bma423"]
362362
path = libraries/drivers/bma423
363-
url = https://github.com/jposada202020/CircuitPython_BMA423.git
363+
url = https://github.com/jposada202020/CircuitPython_BMA423.git
364+
[submodule "libraries/drivers/axp192"]
365+
path = libraries/drivers/axp192
366+
url = https://github.com/CDarius/CircuitPython_AXP192.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
1111
* [CircuitPython_AD5293](https://github.com/CedarGroveStudios/CircuitPython_AD5293.git) A driver for the AD5293 digital potentiometer. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_AD5293/blob/main/media/pseudo_readthedocs_cedargrove_ad5293.pdf))
1212
* [CircuitPython_AD9833](https://github.com/CedarGroveStudios/CircuitPython_AD9833.git) A driver for the AD9833 Programmable Waveform Generator. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_AD9833/blob/master/media/pseudo_readthedocs_cedargrove_ad9833.pdf))
1313
* [CircuitPython AS3935](https://github.com/BiffoBear/CircuitPython_AS3935.git) Library for the Franklin AS3935 lightning detector. The driver supports connections via SPI and I2C. \([Docs](https://circuitpython-as3935.readthedocs.io/))
14+
* [CircuitPython AXP192](https://github.com/CDarius/CircuitPython_AXP192.git) A driver for AXP192 power management IC. \([Docs](https://circuitpython-axp192.readthedocs.io/))
1415
* [CircuitPython BMA400](https://github.com/jposada202020/CircuitPython_BMA400.git) Driver for the Bosch BMA400 Sensor ([PyPi](https://pypi.org/project/circuitpython-bma400/)) \([Docs](https://circuitpython-bma400.readthedocs.io/en/latest/))
1516
* [CircuitPython BMA423](https://github.com/jposada202020/CircuitPython_BMA423.git) Driver for the Bosch BMA423 Sensor ([PyPi](https://pypi.org/project/circuitpython-bma423/)) \([Docs](https://circuitpython-bma423.readthedocs.io/en/latest/))
1617
* [CircuitPython BMI160](https://github.com/jposada202020/CircuitPython_BMI160.git) Driver for the Bosch BMI160 Sensor ([PyPi](https://pypi.org/project/circuitpython-bmi160/)) \([Docs](https://circuitpython-bmi160.readthedocs.io/en/latest/))

libraries/drivers/axp192

Submodule axp192 added at 87bd864

0 commit comments

Comments
 (0)