Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Releases: Zanduino/INA226

Bug Fix Release

08 Jun 16:11
Compare
Choose a tag to compare

Because of a missing internal call, sporadic measurement errors reading bus and shunt voltage would cause incorrect readings. This would happen because the registers on the INA226 would be read while a measurement was taking place and return a 0 value.

Bug Fix Release

29 Sep 06:02
Compare
Choose a tag to compare

Fixed issue #8

Added multiple device support

24 Sep 16:13
Compare
Choose a tag to compare

Now supports multiple devices and uses EEPROM to store configuration data. Backward compatible to version supporting just one device.

Addresses Issue #6

Fixed overflow errors

10 Aug 18:49
Compare
Choose a tag to compare

Issue #4 fixed by correcting datatypes in begin() and getShuntMicroVolts() methods to avoid overflows during computations.

Bug fix release

31 Jul 05:36
Compare
Choose a tag to compare

Fixed bug #3 where only the prototype definition has default argument values, caused compiler errors on non-windows IDE interfaces

Bug Fix

26 Apr 20:16
Compare
Choose a tag to compare

Overflow in theinternal variable "_CurrentLSB" caused bad readings on higher amperage values. Changed data type from uint16_t to uint32_t

Initial public release

12 Jan 15:51
Compare
Choose a tag to compare

Two example Arduino programs illustrate the use of the INA226 library