2023-04-04 12:40:56 +02:00
|
|
|
# Change Log INA226
|
2022-02-08 17:18:33 +01:00
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
All notable changes to this project will be documented in this file.
|
2022-02-08 17:18:33 +01:00
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
2022-02-08 17:18:33 +01:00
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
|
2023-09-24 11:45:01 +02:00
|
|
|
## [0.4.4] - 2023-09-23
|
|
|
|
- add Wire1 support for ESP32
|
|
|
|
- update readme.md
|
|
|
|
|
|
|
|
|
2023-05-24 12:54:25 +02:00
|
|
|
## [0.4.3] - 2023-05-07
|
|
|
|
- add constant INA226_MINIMAL_SHUNT
|
|
|
|
|
|
|
|
## [0.4.2] - 2023-04-03
|
2023-04-04 12:40:56 +02:00
|
|
|
- added **getBusVoltage_uV()** for completeness
|
|
|
|
- INA226_test_I2C.ino to prep performance tests
|
|
|
|
- fix changelog.md
|
|
|
|
- fix keywords.txt
|
|
|
|
- update readme.md
|
|
|
|
- update GitHub actions
|
|
|
|
- update license 2023
|
|
|
|
- minor edits
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
## [0.4.1] - 2022-11-12
|
|
|
|
- Add RP2040 support to build-CI.
|
2023-04-04 12:40:56 +02:00
|
|
|
- Add CHANGELOG.md, replaces release_notes to be consistent over my libraries.
|
2022-11-14 18:55:30 +01:00
|
|
|
- minor edit unit test
|
|
|
|
|
|
|
|
## [0.4.0] - 2022-08-26
|
2022-08-28 07:32:00 +02:00
|
|
|
- fix #16 - change error to warning for max current
|
|
|
|
setMaxCurrentShunt now returns an int indicating OK == 0
|
|
|
|
otherwise error. See INA226.h for error codes.
|
|
|
|
- updated readme.md
|
|
|
|
- updated unit tests (error codes)
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
----
|
2022-08-28 07:32:00 +02:00
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
## [0.3.0] - 2022-07-01
|
2022-07-02 10:42:38 +02:00
|
|
|
- fix #14 RESET FLAG
|
|
|
|
- add getAddress()
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
----
|
2022-02-08 17:18:33 +01:00
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
## [0.2.0] - 2022-02-02
|
2022-02-08 17:18:33 +01:00
|
|
|
- fix #11 normalize
|
|
|
|
- fix #13 simplify sign handling shunt and current
|
|
|
|
- add releaseNotes.md
|
2022-07-02 10:42:38 +02:00
|
|
|
- **reset()** also resets the calibration (current_lsb, maxCurrent and shunt),
|
|
|
|
thereby forcing the user to redo the calibration call with **setMaxCurrentShunt()**.
|
|
|
|
- fixes issue #11 => a factor 10 bug in current_lsb.
|
|
|
|
- some edits in readme.md.
|
|
|
|
- added **bool isCalibrated()**.
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
----
|
2022-02-08 17:18:33 +01:00
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
## [0.1.6] - 2021-12-20
|
2022-02-08 17:18:33 +01:00
|
|
|
- update library.json,
|
|
|
|
- license,
|
|
|
|
- minor edits
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
## [0.1.5] - 2021-11-05
|
2022-02-08 17:18:33 +01:00
|
|
|
- update build-CI,
|
|
|
|
- add badges in readme.md
|
|
|
|
- fix address in constructor
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
## [0.1.4] - 2021-08-07
|
2022-02-08 17:18:33 +01:00
|
|
|
- fix getCurrent()
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
## [0.1.3] - 2021-06-22
|
2022-02-08 17:18:33 +01:00
|
|
|
- add getCurrentLSB_uA()
|
|
|
|
- improve examples
|
|
|
|
- fix for calibration
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
## [0.1.2] - 2021-06-22
|
2022-02-08 17:18:33 +01:00
|
|
|
- add check of parameters of several functions
|
|
|
|
- add unit tests
|
|
|
|
- add getShunt()
|
|
|
|
- add getMaxCurrent()
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
## [0.1.1] - 2021-06-21
|
2022-02-08 17:18:33 +01:00
|
|
|
- improved calibration
|
|
|
|
- added functions
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
## [0.1.0] - 2021-05-18
|
2022-02-08 17:18:33 +01:00
|
|
|
- initial version
|
|
|
|
|
|
|
|
|
2022-11-14 18:55:30 +01:00
|
|
|
|