GY-63_MS5611/libraries/HX711/CHANGELOG..md

111 lines
1.3 KiB
Markdown
Raw Normal View History

2022-03-16 07:11:42 -04:00
# Change Log
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/).
2022-06-02 08:32:49 -04:00
## [0.3.3] - 2022-03-16
### Added
- add HX711_RAW_MODE
### Changed
- update documentation
### Fixed
2022-03-16 07:11:42 -04:00
## [0.3.2] - 2022-03-16
### Added
- add example HX_set_persistent.ino. (won't work for m4)
- add CHANGELOG.md
### Changed
- minor edits
### Fixed
## [0.3.1] - 2021-12-19
### Added
### Changed
- update library.json
- license
- minor edits
### Fixed
## [0.3.0] - 2021-11-14
### Added
### Changed
- update build-CI
- readme.md incl. badges
### Fixed
- fix #11 shiftIn timing
## [0.2.3] - 2021-05-26
### Added
- add running_average() mode
### Changed
### Fixed
## [0.2.2] - 2021-05-10
### Added
- add read_median()
- add mode operandi
### Changed
### Fixed
- fix typo
## [0.2.1] - 2020-12-28
### Added
- add arduino-ci
- unit test
### Changed
### Fixed
## [0.2.0] - 2020-06-15
### Added
- add price functions
### Changed
- some refactor
### Fixed
## [0.1.1] - 2019-09-09
### Added
### Changed
- change long to float (reduce footprint)
### Fixed
## [0.1.0] - 2019-09-04
### Added
- initial version
### Changed
### Fixed