Skip to content

Releases: barbudor/CircuitPython_INA3221

Release 2.0.0

10 Jan 14:37
Compare
Choose a tag to compare

Breaking change - Update to Circuit Python 6 and latest adafruit_busdevice.i2c_device
Version bumped to 2.0.0 to track the change
No functional changes

Release 1.2.0

04 Jan 14:41
Compare
Choose a tag to compare

Added new constants C_BUS_ADC_LSB and C_SHUNT_ADC_LSB providing the LSB for each ADC (8mv for Bus and 40µV for shunt)
Added new property is_ready returning as a boolean the state of the CVRF bit (ConVersion Ready Flag) [ONLY IN ina3221.full variant]

Thanks to @jmfloyd for requesting those improvements.

Precompiled binaries below (*.mpy) have be compiled with Circuit-Python mpy-cross v6.0.1

Release 1.1.1

07 Dec 14:07
363b400
Compare
Choose a tag to compare

Fix the discord link in README.rst thanks to @mcauser
No functional nor code change

More compliant way of having 2 alternative versions

11 May 17:18
Compare
Choose a tag to compare

The 2 versions are now barbudor_ina3221.full and barbudor_ina3221.lite.
The sample codes show a possible way to import one or the other depending on the platform.

Fully tested, all 3 channels

08 May 20:17
Compare
Choose a tag to compare
fixed wrong register access for channels 2 and 3

tested with CircuitPython 4.0.0-rc1

Preparing for Adafruit CircuitPython Community Bundle

15 Apr 20:32
Compare
Choose a tag to compare

Adding the travis, readthedocs, ...

Better tested. Usable.

19 Mar 23:50
Compare
Choose a tag to compare
Pre-release

Fixed some typos
Introduced "lite" version with lower memory footprint

Initial version

19 Mar 22:41
Compare
Choose a tag to compare
Initial version Pre-release
Pre-release

Seems to work well.
Testing on going on CircuitPlaygroung Express with CircuitPython 4.0.0beta5
Still some strange memory issues