Skip to content

Releases: adafruit/Adafruit_INA228

2.0.0 `readBusVoltage` now in Volts + new helper methods

07 Jan 16:58
45b7b40
Compare
Choose a tag to compare

 New features

  • New helper methods to match INA219 class interface:
  float getBusVoltage_V(void);
  float getShuntVoltage_mV(void);
  float getCurrent_mA(void);
  float getPower_mW(void);

⚠️ Warning ⚠️

The unit for readBusVoltage has changed from millivolts to Volts in this release. [See this commit: 7d89e31]

☝️ Warning 👆

Full Changelog: 1.1.0...2.0.0

1.1.0

25 Jun 15:38
dfc35f6
Compare
Choose a tag to compare

What's Changed

  • Extended code, bug-fixes and adjusted default values in setShunt() by @Dennis-van-Gils in #11

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

25 Oct 13:37
6dc6f7b
Compare
Choose a tag to compare

Initial Release