Skip to content

Commit 30d71c9

Browse files
authored
Merge pull request #272 from kattni/lc709203f
Add LC709203F
2 parents 4a9bdf0 + 815368f commit 30d71c9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,3 +733,6 @@
733733
[submodule "libraries/drivers/tla202x"]
734734
path = libraries/drivers/tla202x
735735
url = https://github.com/adafruit/Adafruit_CircuitPython_TLA202X.git
736+
[submodule "libraries/drivers/lc709203f"]
737+
path = libraries/drivers/lc709203f
738+
url = https://github.com/adafruit/Adafruit_CircuitPython_LC709203F.git

docs/drivers.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ OLED
238238

239239
.. toctree::
240240

241+
SH1107 OLED (displayio) <https://circuitpython.readthedocs.io/projects/displayio_sh1107/en/latest/>
241242
SSD1305 OLED (displayio) <https://circuitpython.readthedocs.io/projects/displayio_ssd1305/en/latest/>
242243
SSD1305 OLED (framebuf) <https://circuitpython.readthedocs.io/projects/ssd1305/en/latest/>
243244
SSD1306 OLED (displayio) <https://circuitpython.readthedocs.io/projects/displayio_ssd1306/en/latest/>
@@ -451,16 +452,20 @@ Miscellaneous
451452
DRV2605 Haptic Motor Controller <https://circuitpython.readthedocs.io/projects/drv2605/en/latest/>
452453
DS1841 I2C Logarithmic Potentiometer <https://circuitpython.readthedocs.io/projects/ds1841/en/latest/>
453454
DS3502 I2C Potentiometer <https://circuitpython.readthedocs.io/projects/ds3502/en/latest/>
455+
Dymo Scale <https://circuitpython.readthedocs.io/projects/dymoscale/en/latest/>
454456
Fingerprint Sensor <https://circuitpython.readthedocs.io/projects/fingerprint/en/latest/>
457+
FONA Cellular Module <https://circuitpython.readthedocs.io/projects/fona/en/latest/>
455458
FRAM Non-Volatile Memory <https://circuitpython.readthedocs.io/projects/fram/en/latest/>
456459
Gizmo <https://circuitpython.readthedocs.io/projects/gizmo/en/latest/>
457460
INA219 High Side Current <https://circuitpython.readthedocs.io/projects/ina219/en/latest/>
458461
INA260 Current and Power Monitor <https://circuitpython.readthedocs.io/projects/ina260/en/latest/>
462+
LC709203F Fuel Gauge and Battery Monitor <https://circuitpython.readthedocs.io/projects/lc709203f/en/latest/>
459463
Matrix Keypad <https://circuitpython.readthedocs.io/projects/matrixkeypad/en/latest/>
460464
MAX9744 Audio Amplifier <https://circuitpython.readthedocs.io/projects/max9744/en/latest/>
461465
MLX90640 Thermal Camera <https://circuitpython.readthedocs.io/projects/mlx90640/en/latest/>
462466
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>
463467
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/>
468+
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
464469
PyPixelbuf <https://circuitpython.readthedocs.io/projects/pypixelbuf/en/latest/>
465470
RockBlock Iridium Satellite Modem <https://circuitpython.readthedocs.io/projects/rockblock/en/latest/>
466471
Si4713 Stereo FM Transmitter <https://circuitpython.readthedocs.io/projects/si4713/en/latest/>
@@ -472,7 +477,4 @@ Miscellaneous
472477
Trellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/trellis/en/latest/>
473478
VC0706 TTL Camera <https://circuitpython.readthedocs.io/projects/vc0706/en/latest/>
474479
VS1053 Audio Codec <https://circuitpython.readthedocs.io/projects/vs1053/en/latest/>
475-
Dymo Scale <https://circuitpython.readthedocs.io/projects/dymoscale/en/latest/>
476-
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
477480
Wiznet5k Ethernet Module <https://circuitpython.readthedocs.io/projects/wiznet5k/en/latest/>
478-
FONA Cellular Module <https://circuitpython.readthedocs.io/projects/fona/en/latest/>

libraries/drivers/lc709203f

Submodule lc709203f added at 02a84d0

0 commit comments

Comments
 (0)