2022-11-14 11:31:55 -05:00
|
|
|
# Change Log INA219
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
|
2023-06-13 07:21:10 -04:00
|
|
|
## [0.1.4] - 2023-06-12
|
|
|
|
- improve RP2040 support
|
|
|
|
- add address test in isConnected()
|
|
|
|
- update readme.md
|
|
|
|
- add array example
|
|
|
|
|
|
|
|
|
2023-03-31 14:30:08 -04:00
|
|
|
## [0.1.3] - 2023-03-31
|
|
|
|
- fix setBusADC() range check
|
|
|
|
- fix setShuntADC() range check
|
|
|
|
- fix setMode() range check
|
|
|
|
- add getMathOverflowFlag()
|
|
|
|
- add getConversionFlag()
|
|
|
|
- add example to test settings
|
|
|
|
- add example to test I2C speed
|
|
|
|
- update readme.md
|
|
|
|
- update GitHub actions
|
|
|
|
- update license 2023
|
|
|
|
- minor edits
|
|
|
|
|
2022-11-14 11:31:55 -05:00
|
|
|
## [0.1.2] - 2022-11-14
|
|
|
|
- Add RP2040 support to build-CI.
|
|
|
|
- Add CHANGELOG.md
|
|
|
|
|
|
|
|
## [0.1.1] - 2022-09-06
|
|
|
|
- refactor and first public release
|
|
|
|
|
|
|
|
## [0.1.0] - 2021-05-18
|
|
|
|
- initial version
|
|
|
|
|
|
|
|
|