mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
17 lines
553 B
Markdown
17 lines
553 B
Markdown
|
# 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/).
|
||
|
|
||
|
|
||
|
## [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 anymore.
|
||
|
- see discussion https://github.com/RobTillaart/HX711/issues/29
|
||
|
- see readme.md
|
||
|
|
||
|
|