Open
Description
the interruptRotator example causes some spikes of 255 or -255 for the encoder position when you rotate around the "0" position.
it's fixable by calling noInterrupts(); and interrupts(); around the
"newPos = encoder->getPosition();" line to temporarily disable interrupts when getting the current value.
Metadata
Metadata
Assignees
Labels
No labels
Activity