Skip to content

Releases: adafruit/Adafruit_CircuitPython_INA260

1.3.7 - Switched to pyproject.toml

09 Aug 19:43
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.6 - Added cp.org link to index.rst

09 Jun 18:08
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.5 - Repo documentation and config updates

07 Jun 16:57
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.4 - Tweaked conversion time

22 Feb 20:02
36d4f0f
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.3 - Updated documentation link, python version

04 Feb 20:13
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.2 - Updated pylint version, linted

15 Nov 17:49
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.1 - Moved pylint from build.yml to .pre-commit-config.yml

03 Mar 00:03
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.0 - Multiple improvements

23 Feb 20:02
13fd90e
Compare
Choose a tag to compare

This release includes:

  • Added get_seconds() method
  • Added get_averaging_count() method
  • Added a number of fields
  • Added ina260_latch.py example

Thanks @gpongelli for the contribution

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

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

Read the docs for info on how to use it.

1.2.6 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:13
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.2.5 - Moved to pre-commit, added licensing info

20 Jan 22:45
e6f3840
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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

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

Read the docs for info on how to use it.