@hi_cial it's used in cases where you want to avoid a glitch from two lines changing state at not *quite* the same time--by ensuring that, as long as you're always counting up or down by one at a time (like in a rotary encoder for instance), there are no cases where two lines would have to change at once
-F