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

28 lines
756 B
Markdown
Raw Normal View History

2023-03-11 05:28:34 -05:00
# Change Log HX711_MP
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-03-03 04:22:22 -05:00
## [0.2.0] - 2024-03-02
- add fastProcessor option in **begin()** (Thanks to palmerr23)
- updated license
- updated GitHub/actions to v4
----
2023-11-05 04:10:09 -05:00
## [0.1.1] - 2023-11-04
- update readme.md
- minor edits
2023-03-11 05:28:34 -05:00
## [0.1.0] - 2023-03-10
- initial release
- first version derived from 0.3.5 https://github.com/RobTillaart/HX711
- minimized examples.
2023-11-05 04:10:09 -05:00
- interface is different from HX711 library as calibration is not a scale and offset any more.
2023-03-11 05:28:34 -05:00
- see discussion https://github.com/RobTillaart/HX711/issues/29
- see readme.md