adding INA23x

This commit is contained in:
Liz 2025-06-09 18:21:06 -04:00
parent 1d17c5d582
commit 891c63248a
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -1091,3 +1091,6 @@
[submodule "libraries/drivers/sen6x"]
path = libraries/drivers/sen6x
url = https://github.com/adafruit/Adafruit_CircuitPython_SEN6x.git
[submodule "libraries/drivers/ina23x"]
path = libraries/drivers/ina23x
url = https://github.com/adafruit/Adafruit_CircuitPython_INA23x.git

View file

@ -560,6 +560,7 @@ Miscellaneous
HUSB238 (adafruit_husb238) <https://docs.circuitpython.org/projects/husb238/en/latest/>
INA219 High Side Current (adafruit_ina219) <https://docs.circuitpython.org/projects/ina219/en/latest/>
INA228 High or Low Side Power Monitor (adafruit_ina228) <https://docs.circuitpython.org/projects/ina228/en/latest/>
INA23x Current and Power Monitor (adafruit_ina23x) <https://docs.circuitpython.org/projects/ina23x/en/latest/>
INA260 Current and Power Monitor (adafruit_ina260) <https://docs.circuitpython.org/projects/ina260/en/latest/>
INA3221 Three Channel Amp Power Monitor (adafruit_ina3221) <https://docs.circuitpython.org/projects/ina3221/en/latest/>
LC709203F Fuel Gauge and Battery Monitor (adafruit_lc709203f) <https://docs.circuitpython.org/projects/lc709203f/en/latest/>

@ -0,0 +1 @@
Subproject commit 562f341a2e6971f4f52cee1058c31450865e7316