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/).
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|