Arduino Playground - RotaryEncoders
Interrupt Example (the Encoder interrupts the processor). Uses both External Interrupt pins, Counts in 1 Direction only. Editor's note: Although this code claims efficiency gains, note that it uses the digitalRead() library functions, which according to h...