Releases: adafruit/Adafruit_CircuitPython_INA219
3.3.1 - Changed CI from Travis to GitHub Actions
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.
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
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
- 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 i
na219_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.
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
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!
- 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.
Thanks to @sommersoft for the great work!
Sphinx update.
Thanks to @brentru for the great work!
Updated with lint and autobundling!
Thanks to @tannewt for the great work!