Skip to content

Releases: ost-ing/rotary-encoder-embedded

0.3.0

27 May 15:05
Compare
Choose a tag to compare
  • Adjust API to allow using the Rotary Encoder Modes (StandardMode and AngularVelocityMode) without having to use the embedded-hal pins.
  • Add tests and github CI

0.2.0

06 Oct 14:07
Compare
Choose a tag to compare

Reworking implementation to be more reliable

0.1.1

01 Jul 15:43
Compare
Choose a tag to compare

Remove dependency on chrono

0.1.0

27 Feb 07:27
Compare
Choose a tag to compare
  • Angular velocity functionality now behind angular-velocity feature flag
  • Increment embedded_hal dependency version
  • Remove image to decrease crate size
  • Update documentation

Cleanup interfaces

24 May 09:46
Compare
Choose a tag to compare
  • Cleanup the interface for RotaryEncoderWithVelocity
  • Update documentation

Split RotaryEncoder into RotaryEncoderWithVelocity

15 Mar 14:42
Compare
Choose a tag to compare
  • Split the RotaryEncoder into RotaryEncoderWithVelocity for those who do not need the velocity properties
  • Cleanup RotaryEncoderWithVelocity, renaming tick to decay_velocity
  • Update README examples

Available on crates.io: https://crates.io/crates/rotary-encoder-embedded

Thank you @azerupi for the help 👍

Initial release

27 Feb 14:19
Compare
Choose a tag to compare
0.0.1

update readme