I have an optical rotary encoder connected to an Arduino Uno. From one channel/wire of the ORE I want to get both the rising and falling values separately.
The problem is that the Uno doesn't allow me to attach two interrupts to a single pin.
So I was wondering about connection one ORE channel/wire to two interrupt pins. Then, theoretically, I could listen for rising on one pin and falling on the other?
will this have some sort of adverse electronic effect? Or is this a perfectly normal thing to do?