Skip to content

Commit 1e14ddc

Browse files
authored
Merge pull request #142 from siddacious/ina260
added the ina260 driver
2 parents e54e83f + aaa9478 commit 1e14ddc

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
@@ -409,3 +409,6 @@
409409
[submodule "libraries/helpers/logger"]
410410
path = libraries/helpers/logger
411411
url = https://github.com/adafruit/Adafruit_CircuitPython_Logger.git
412+
[submodule "libraries/drivers/ina260"]
413+
path = libraries/drivers/ina260
414+
url = https://github.com/adafruit/Adafruit_CircuitPython_INA260.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ Miscellaneous
239239
Fingerprint Sensor <https://circuitpython.readthedocs.io/projects/fingerprint/en/latest/>
240240
FRAM Non-Volatile Memory <https://circuitpython.readthedocs.io/projects/fram/en/latest/>
241241
INA219 High Side Current <https://circuitpython.readthedocs.io/projects/ina219/en/latest/>
242+
INA260 Current and Power Monitor <https://circuitpython.readthedocs.io/projects/ina260/en/latest/>
242243
Matrix Keypad <https://circuitpython.readthedocs.io/projects/matrixkeypad/en/latest/>
243244
MAX9744 Audio Amplifier <https://circuitpython.readthedocs.io/projects/max9744/en/latest/>
244245
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>

libraries/drivers/ina260

Submodule ina260 added at 9c50ea6

0 commit comments

Comments
 (0)