Skip to content

Commit

Permalink
adding INA3221
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzCityDIY committed Oct 22, 2024
1 parent 2e42f0b commit 4548048
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1034,3 +1034,6 @@
[submodule "libraries/helpers/usb_host_midi"]
path = libraries/helpers/usb_host_midi
url = https://github.com/adafruit/Adafruit_CircuitPython_USB_Host_MIDI.git
[submodule "libraries/drivers/ina3221"]
path = libraries/drivers/ina3221
url = https://github.com/adafruit/Adafruit_CircuitPython_INA3221.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ Miscellaneous
HUSB238 <https://docs.circuitpython.org/projects/husb238/en/latest/>
INA219 High Side Current <https://docs.circuitpython.org/projects/ina219/en/latest/>
INA260 Current and Power Monitor <https://docs.circuitpython.org/projects/ina260/en/latest/>
INA3221 Three Channel Amp Power Monitor <https://docs.circuitpython.org/projects/ina3221/en/latest/>
LC709203F Fuel Gauge and Battery Monitor <https://docs.circuitpython.org/projects/lc709203f/en/latest/>
Matrix Keypad <https://docs.circuitpython.org/projects/matrixkeypad/en/latest/>
MAX1704x Fuel Gauge <https://docs.circuitpython.org/projects/max1704x/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/ina3221
Submodule ina3221 added at 04b1e0

0 comments on commit 4548048

Please sign in to comment.