mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.3 KiB
1.3 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.3.3] - 2022-03-16
Added
- add HX711_RAW_MODE
Changed
- update documentation
Fixed
[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