File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ Usage Example
92
92
=============
93
93
94
94
.. code-block :: python
95
+
95
96
import time
96
97
import board
97
98
from adafruit_ina3221 import INA3221
Original file line number Diff line number Diff line change 4
4
"""
5
5
`adafruit_ina3221`
6
6
================================================================================
7
+
7
8
CircuitPython driver for the INA3221 Triple 0-26 VDC, ±3.2 Amp Power Monitor
8
9
9
10
* Author(s): Liz Clark
12
13
--------------------
13
14
14
15
**Hardware:**
16
+
15
17
* `Adafruit INA3221 - Triple 0-26 VDC, ±3.2 Amp Power Monitor <https://www.adafruit.com/product/6062>`_"
16
18
17
19
**Software and Dependencies:**
20
+
18
21
* Adafruit CircuitPython firmware for the supported boards:
19
22
https://circuitpython.org/downloads
20
23
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
21
-
22
24
"""
23
25
24
26
import time
You can’t perform that action at this time.
0 commit comments