File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,10 @@ This is easily achieved by downloading
37
37
or individual libraries can be installed using
38
38
`circup <https://github.com/adafruit/circup >`_.
39
39
40
-
41
-
42
- .. todo :: Describe the Adafruit product this library works with. For PCBs, you can also add the
43
- image from the assets folder in the PCB's GitHub repo.
44
-
45
40
`Purchase one from the Adafruit shop <http://www.adafruit.com/products/5832 >`_
46
41
47
42
Installing from PyPI
48
43
=====================
49
- .. note :: This library is not available on PyPI yet. Install documentation is included
50
- as a standard element. Stay tuned for PyPI availability!
51
-
52
- .. todo :: Remove the above note if PyPI version is/will be available at time of release.
53
44
54
45
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
55
46
PyPI <https://pypi.org/project/adafruit-circuitpython-ina228/> `_.
@@ -100,8 +91,8 @@ Or the following command to update an existing version:
100
91
Usage Example
101
92
=============
102
93
103
- .. todo :: Add a quick, simple example. It and other examples should live in the
104
- examples folder and be included in docs/examples.rst.
94
+ .. code-block :: python
95
+ import adafruit_ina228
105
96
106
97
Documentation
107
98
=============
You can’t perform that action at this time.
0 commit comments