Releases: Zanduino/INA
Enhancement release
Moved the repository from "SV-Zanshin" to "Zanduino" and changed all internal references to point to the new location.
Changed the Continuous Integration (CI) from Travis-CI to GitHub Actions
Bug fixes and Enhancements
Fixed the following issues:
#66 - incorrect "power_LSB" value for INA226 resulting in incorrect power readings
#71 - library optimizations to slightly reduce code size
#64 - begin(dev,a,o) on 2nd call does not change device settings
#72 - add functionality to allow deactiving EEPROM and using dynamic memory for INA device information storage
Enhancements and Bug Fixes
Bug Fixes
Enhancements and Bug Fixes
Bug Fix and enhancement release
This release encompasses the following changes from V1.0.9
Issue #50 - Fix in begin() method for MaxBusAmps overflow. https://github.com/alphaarea
Issue #52 - Search for all 16 possible devices rather than just 15. https://github.com/nathancheek
Issue #53 - Extraneous conversion in getShuntMicrovolts removed. https://github.com/nathancheek
Issue #54 - Changed begin() to accept MaxAmps from 1A to 1022A. https://github.com/we9v
Bug fixes
Implemented fixes and additions
This release encompasses the following changes from V1.0.7
Issue #38 - Added getDeviceAddress() method
Issue #39 - Allow non-AVR processors without EEPROM to run
Issue #19 - corrected 4 value ranges in bus/shunt conversion
Issue #40 - corrected INA226_CONFIG_SADC_MASK value
Issue #42 - Restrict I2C scan to only scan possible INA2xx devices
Issue #43 - Added new method "conversionFinisheds()"
Also cleaned up the source code made it doxygen compatible