Skip to content

v0.1.2

Compare
Choose a tag to compare
@raphaelyancey raphaelyancey released this 27 Jun 16:25
· 45 commits to master since this release
  • 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)