mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
44 lines
696 B
Markdown
44 lines
696 B
Markdown
|
|
# INA226 library
|
|
|
|
## Release notes
|
|
|
|
|
|
## 0.2.0 2022-02-02
|
|
- fix #11 normalize
|
|
- fix #13 simplify sign handling shunt and current
|
|
- add releaseNotes.md
|
|
|
|
## 0.1.6 2021-12-20
|
|
- update library.json,
|
|
- license,
|
|
- minor edits
|
|
|
|
## 0.1.5 2021-11-05
|
|
- update build-CI,
|
|
- add badges in readme.md
|
|
- fix address in constructor
|
|
|
|
## 0.1.4 2021-08-07
|
|
- fix getCurrent()
|
|
|
|
## 0.1.3 2021-06-22
|
|
- add getCurrentLSB_uA()
|
|
- improve examples
|
|
- fix for calibration
|
|
|
|
## 0.1.2 2021-06-22
|
|
- add check of parameters of several functions
|
|
- add unit tests
|
|
- add getShunt()
|
|
- add getMaxCurrent()
|
|
|
|
## 0.1.1 2021-06-21
|
|
- improved calibration
|
|
- added functions
|
|
|
|
## 0.1.0 2021-05-18
|
|
- initial version
|
|
|
|
|