Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading