Releases: adafruit/Adafruit_INA228
Releases · adafruit/Adafruit_INA228
2.0.0 `readBusVoltage` now in Volts + new helper methods
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
What's Changed
- Extended code, bug-fixes and adjusted default values in
setShunt()
by @Dennis-van-Gils in #11
New Contributors
- @Dennis-van-Gils made their first contribution in #11
Full Changelog: 1.0.0...1.1.0