Skip to content

Releases: raphaelyancey/pyKY040

v0.1.3

27 Jun 16:35
Compare
Choose a tag to compare

Fixed a bug

v0.1.2

27 Jun 16:25
Compare
Choose a tag to compare
  • Changed __init__ args to kwargs for better readability and ease of use Encoder(CLK=x, DT=y, SW=z)
  • Added customizable debounce time (in ms) for the switch setup(..., sw_debounce_time=300)
  • Added customizable polling interval (in ms) Encoder(..., polling_interval=1)