Skip to content

Commit 38c60c4

Browse files
committed
Add MAX1704X driver
1 parent c1d2868 commit 38c60c4

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
@@ -902,3 +902,6 @@
902902
[submodule "libraries/drivers/ags02ma"]
903903
path = libraries/drivers/ags02ma
904904
url = https://github.com/adafruit/Adafruit_CircuitPython_AGS02MA.git
905+
[submodule "libraries/drivers/max1704x"]
906+
path = libraries/drivers/max1704x
907+
url = https://github.com/adafruit/Adafruit_CircuitPython_MAX1704x.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ Miscellaneous
508508
INA260 Current and Power Monitor <https://circuitpython.readthedocs.io/projects/ina260/en/latest/>
509509
LC709203F Fuel Gauge and Battery Monitor <https://circuitpython.readthedocs.io/projects/lc709203f/en/latest/>
510510
Matrix Keypad <https://circuitpython.readthedocs.io/projects/matrixkeypad/en/latest/>
511+
MAX1704X Fuel Gauge <https://circuitpython.readthedocs.io/projects/max1704x/en/latest/>
511512
MAX9744 Audio Amplifier <https://circuitpython.readthedocs.io/projects/max9744/en/latest/>
512513
MLX90640 Thermal Camera <https://circuitpython.readthedocs.io/projects/mlx90640/en/latest/>
513514
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>

libraries/drivers/max1704x

Submodule max1704x added at 333a949

0 commit comments

Comments
 (0)