Skip to content

Commit 04b1e0f

Browse files
committed
fix docs
1 parent 81dc983 commit 04b1e0f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Usage Example
9292
=============
9393

9494
.. code-block:: python
95+
9596
import time
9697
import board
9798
from adafruit_ina3221 import INA3221

Diff for: adafruit_ina3221.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"""
55
`adafruit_ina3221`
66
================================================================================
7+
78
CircuitPython driver for the INA3221 Triple 0-26 VDC, ±3.2 Amp Power Monitor
89
910
* Author(s): Liz Clark
@@ -12,13 +13,14 @@
1213
--------------------
1314
1415
**Hardware:**
16+
1517
* `Adafruit INA3221 - Triple 0-26 VDC, ±3.2 Amp Power Monitor <https://www.adafruit.com/product/6062>`_"
1618
1719
**Software and Dependencies:**
20+
1821
* Adafruit CircuitPython firmware for the supported boards:
1922
https://circuitpython.org/downloads
2023
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
21-
2224
"""
2325

2426
import time

0 commit comments

Comments
 (0)