Skip to content

Releases: Zanduino/INA

Enhancement release

12 Dec 10:40
7cc7e29
Compare
Choose a tag to compare

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

02 Dec 07:53
1ba2bbd
Compare
Choose a tag to compare

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

12 Jul 09:36
154d500
Compare
Choose a tag to compare

Issue #41 fixed
Issue #60 fixed

Reformatted all code with "clang-format" to standardized c++ in Google style.

Bug Fixes

12 Jul 10:35
7d37218
Compare
Choose a tag to compare

Fix Issue #62

Enhancements and Bug Fixes

30 Jun 15:27
ccbe126
Compare
Choose a tag to compare

Issue #56 - Limit of +/- 2kW on getBusMicroWatts
Issue #57 - "Alert..." Function names changed to "alert..."
Issue #58 - Reformatted source files to standard C++ formatting using "clang-format"

Bug Fix and enhancement release

04 May 06:42
2a5ae88
Compare
Choose a tag to compare

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

15 Dec 12:42
Compare
Choose a tag to compare

Fixed Issues #48 and #49 plus Doxygen documentation changes

Implemented fixes and additions

02 Sep 18:34
1a6b1de
Compare
Choose a tag to compare

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

Enhancements and Bug Fixes

21 Jan 07:09
Compare
Choose a tag to compare

Issue #32
Issue #33 Convert to Doxygen documentation format
Issue #34 Board description details
Issue #36 Integrate with Travis-CI
Issue #37 Automated doxygen deployment to gh-pages

Enhancements and Bug Fixes

21 Oct 07:56
Compare
Choose a tag to compare