2024-05-14 06:06:33 -04:00
|
|
|
# Change Log INA228
|
|
|
|
|
|
|
|
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/).
|
|
|
|
|
|
|
|
|
2024-05-17 09:28:15 -04:00
|
|
|
## [0.1.1] - 2024-05-15
|
|
|
|
- add limit functions
|
|
|
|
- add threshold functions
|
|
|
|
- add constants for DiagnoseAlert register
|
|
|
|
- check them in unit test
|
|
|
|
- move register constants to .cpp
|
|
|
|
- make readRegister() and writeRegister() private
|
|
|
|
- update readme.md, keywords.txt
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
|
2024-05-14 06:06:33 -04:00
|
|
|
## [0.1.0] - 2024-05-10
|
|
|
|
- initial version
|
|
|
|
|
|
|
|
|
|
|
|
|