Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

70 lines (58 loc) · 1.88 KB

Changelog

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.7.0] - 2024-05-16

Changed

  • switch to scales trait

[0.6.0] - 2024-05-15

clean version to start migration to embedded_hal 1.0

Changed

  • remove unused functions breaking change!
  • remove nb breaking change!

[0.5.0] - 2023-02-26

Changed

  • introduce the feature invert-sdo
  • remove the delay parameter breaking change!

[0.4.2] - 2023-02-25

Fixed a bug in the detectoin of hx711 ready state Refacuring the code for better maintainability

[0.4.1] - 2023-02-21

Maintainance Release

[0.4.0] - 2022-04-12

Rust Edition 2021 compatible Version

Changed

Better documentation

[0.3.2] - 2022-04-12

Added

test cases for the conversion function.

[0.3.1] - 2022-04-12

Bugfix release

0.3.0 - 2021-07-17

Added

  • 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

Changed

  • 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