mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
2.4 KiB
2.4 KiB
Change Log HX711
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.5.0] - 2024-06-17
- fix #50, bug in constructor (thanks Mathieu!)
- refactor constructor
[0.4.0] - 2024-03-02
- add fastProcessor option in begin() (Thanks to palmerr23)
- updated license
- updated GitHub/actions to v4
[0.3.9] - 2023-11-04
- update readme.md
- minor edits
[0.3.8] - 2023-08-26
- fix #41 #40 add example HX_loadcell_array.ino
- test support array of loadcells.
- update readme.md
- add issue-count badge
- add PlatformIO badge
- minor edits
[0.3.7] - 2023-06-27
- add example to measure noise level
- moved code to .cpp
- reorder .cpp to match .h
- removed callibrate_scale() (typo ll)
- add scale == 0 in set_scale(scale)
- changed return type to bool set_scale(scale)
- add example is_ready
- add example pulse-length decoder (Morse)
- update readme.md
[0.3.6] - 2023-03-11
- update readme.md to reference HX711_MP
[0.3.5] - 2023-03-10
- update readme.md
- update GitHub actions
- update license 2023
- add MulitMap example
- minor edits
[0.3.4] - 2022-11-11
- simplified changelog
- add RP2040 to build-CI
- refactored set_gain() to return bool to confirm valid parameter.
- add forced flag for set_gain to force a dummy read call. Default false.
- add constants for set_gain()
- improved unit test for set_gain()
- add unit test for constants.
- add delayMicroseconds(64) to power_down to enforce long enough HIGH signal.
- add power_down() power_up() cycle in reset()
- updated readme.md
- updated keywords.txt
[0.3.3] - 2022-03-16
- add HX711_RAW_MODE
- update documentation
[0.3.2] - 2022-03-16
- add example HX_set_persistent.ino. (won't work for m4)
- add CHANGELOG.md
- minor edits
[0.3.1] - 2021-12-19
- update library.json
- license
- minor edits
[0.3.0] - 2021-11-14
- update build-CI
- readme.md incl. badges
- fix #11 shiftIn timing
[0.2.3] - 2021-05-26
- add running_average() mode
[0.2.2] - 2021-05-10
- add read_median()
- add mode operandi
- fix typo
[0.2.1] - 2020-12-28
- add arduino-ci
- unit test
[0.2.0] - 2020-06-15
- add price functions
- some refactor
[0.1.1] - 2019-09-09
- change long to float (reduce footprint)
[0.1.0] - 2019-09-04
- initial version