mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
872 B
872 B
Change Log HX711_MP
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.0] - 2024-06-17
- fix #5, reset bug
- refactor constructor
- move code to .cpp file (to match HX711)
[0.2.0] - 2024-03-02
- add fastProcessor option in begin() (Thanks to palmerr23)
- updated license
- updated GitHub/actions to v4
[0.1.1] - 2023-11-04
- update readme.md
- minor edits
[0.1.0] - 2023-03-10
- initial release
- first version derived from 0.3.5 https://github.com/RobTillaart/HX711
- minimized examples.
- interface is different from HX711 library as calibration is not a scale and offset any more.
- see discussion https://github.com/RobTillaart/HX711/issues/29
- see readme.md