Releases: barbudor/CircuitPython_INA3221
Release 2.0.0
Release 1.2.0
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
Fix the discord link in README.rst thanks to @mcauser
No functional nor code change
More compliant way of having 2 alternative versions
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
fixed wrong register access for channels 2 and 3 tested with CircuitPython 4.0.0-rc1
Preparing for Adafruit CircuitPython Community Bundle
Adding the travis, readthedocs, ...
Better tested. Usable.
Fixed some typos
Introduced "lite" version with lower memory footprint
Initial version
Seems to work well.
Testing on going on CircuitPlaygroung Express with CircuitPython 4.0.0beta5
Still some strange memory issues