Skip to content

Releases: adafruit/Adafruit_CircuitPython_INA219

3.3.1 - Changed CI from Travis to GitHub Actions

22 Jan 01:50
Compare
Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ina219.

Read the docs for info on how to use it.

Added a new mode for measuring currents up to 5.0 A.

25 Nov 22:30
dae8e4d
Compare
Choose a tag to compare

Thanks @wallarug for the update!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ina219.

Read the docs for info on how to use it.

Fixes Bus Voltage > 16V

12 Jul 21:13
a75e35a
Compare
Choose a tag to compare

This release includes a fix that was preventing .bus_voltage to report voltages > 16.0 volts.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ina219.

Read the docs for info on how to use it.

Expanded Properties & Now Uses adafruit_register

13 May 04:55
9b37671
Compare
Choose a tag to compare
  • Change internals to use adafruit_register for register and bit-field read/write
  • Updated table of constants, including fix BusADCResolution values (Issue#5), add new values
  • Add new properties to access registers (advanced API)
  • Update ina219_simpletest.py to show some usage of the new properties

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ina219.

Read the docs for info on how to use it.

README updated.

29 Dec 00:10
c57fb34
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ina219.

Read the docs for info on how to use it.

Update to .pylintrc

12 Nov 17:07
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-ina219.

Read the docs for info on how to use it.

Now on PyPi!

03 Aug 23:31
d956682
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-ina219.

Read the docs for info on how to use it.

Improved reference documentation.

27 Feb 02:49
789b32e
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

Sphinx update.

24 Feb 01:30
ec83eb8
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

Updated with lint and autobundling!

10 Dec 20:54
9a38fe5
Compare
Choose a tag to compare

Thanks to @tannewt for the great work!