LennartHennigs / ESPRotary

Arduino/ESP library to simplify reading rotary encoder data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new bug (?)

ab-it opened this issue · comments

commented

position = last_position * moves_per_click;

I believe multiplying another time by steps_per_click is wrong. Var last_position is already multiplied and then position needs to equal last_position.

yes, you are right. fixed it!
thx!