Need to improve 2x Encoder.h performance on Arduino Uno

@dougp that is the standard way of doing it, and works most of the time. The problem is that there is a very small but real possibility that the state of that pin will have changed between when it fired the interrupt and when you check it in the ISR. Due to bounce. Just keep that in mind and handle the possibility.