Skip to content

Commit 1eb1335

Browse files
authored
Merge pull request #392 from tekktrik/dev/add-max1704x
Add MAX1704x driver
2 parents 947d95d + 0dfb350 commit 1eb1335

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)