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.
- switch to scales trait
clean version to start migration to embedded_hal 1.0
- remove unused functions breaking change!
- remove nb breaking change!
- introduce the feature
invert-sdo
- remove the delay parameter breaking change!
Fixed a bug in the detectoin of hx711 ready state Refacuring the code for better maintainability
Maintainance Release
Rust Edition 2021 compatible Version
Better documentation
test cases for the conversion function.
Bugfix release
0.3.0 - 2021-07-17
- reset()
- mode()
- set_mode()
- enable() (unimplemented see documentation)
- disable() (unimplemented see documentation)
- compatibility to Hx711 crate -- get_mode() -- set_mode() -- enable() -- disable() -- retrieve() as an alias to read()
- [no_std]
- nb for read()
- CHANGELOG
- Due to the change to [no_std] the interface of new() had to change: it needs a Delay parameter now.
- Due to nb the return type of read() has changed to nb::Result
- readout() was changed to read()
- Due to nb the return type of read() / readout() has changed to nb::Result
- readout() was changed to read()
- readout() as alias to read()
0.2.1 - 2021-04-14
Initial release