File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -38,18 +38,14 @@ This is easily achieved by downloading
38
38
or individual libraries can be installed using
39
39
`circup <https://github.com/adafruit/circup >`_.
40
40
41
- .. todo :: Describe the Adafruit product this library works with. For PCBs, you can also add the
42
- image from the assets folder in the PCB's GitHub repo .
41
+ This library is intended to work with the MAX17048 or MAX17049 battery fuel gauge
42
+ Python/CircuitPython library .
43
43
44
44
`Purchase one from the Adafruit shop <http://www.adafruit.com/products/5580 >`_
45
45
46
46
47
47
Installing from PyPI
48
48
=====================
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
49
54
50
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
55
51
PyPI <https://pypi.org/project/adafruit-circuitpython-max1704x/> `_.
@@ -102,8 +98,7 @@ Or the following command to update an existing version:
102
98
Usage Example
103
99
=============
104
100
105
- .. todo :: Add a quick, simple example. It and other examples should live in the
106
- examples folder and be included in docs/examples.rst.
101
+ See usage examples of this library in the ``examples/ `` folder.
107
102
108
103
Documentation
109
104
=============
You can’t perform that action at this time.
0 commit comments