151 lines
3.5 KiB
Markdown
151 lines
3.5 KiB
Markdown
# Change Log HX711
|
|
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/).
|
|
|
|
|
|
## [0.6.3] - 2025-09-16
|
|
- fix #70, HX711 rate pin code
|
|
- fix #70, add a doReset parameter to begin() to improve start up time.
|
|
- update readme.md
|
|
- add details about start up time (related to RATE).
|
|
- add **isReady()** check in calibration
|
|
- add reference to ADAfruit breakout with RATE
|
|
- minor edits
|
|
|
|
## [0.6.2] - 2025-09-06
|
|
- fix #68, add bogde to the license, to give credit for the API
|
|
- implement experimental rate support.
|
|
- update keywords.txt
|
|
- update readme.md
|
|
- update the GitHub actions
|
|
- minor edits
|
|
|
|
## [0.6.1] - 2025-06-19
|
|
- fix #65, is_ready() => set dataPin to INPUT_PULLUP
|
|
- minor edits
|
|
|
|
## [0.6.0] - 2025-04-10
|
|
- fix #60, change parameter **void calibrate_scale(float weight, uint8_t times = 10)**
|
|
- update readme.md
|
|
|
|
----
|
|
|
|
## [0.5.2] - 2024-11-18
|
|
- fix #56, update readme.md
|
|
- add parameter default for **fastProcessor**
|
|
- add **last_time_read()** to replace **last_read()** in future.
|
|
- minor edits
|
|
|
|
|
|
## [0.5.1] - 2024-11-08
|
|
- fix #54, calibration sketch should output int32_t for offset.
|
|
- update examples
|
|
- update readme.md
|
|
- minor edits
|
|
|
|
## [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
|