Hi,
First post and new to the arduino community. After looking at all the clones, my favorite is the seeduino. So I’m waiting for the next version of the board. The application I am thinking is to build a controller for an audio DAC, and so I would need to interface a rotary encoder, LCD and IR remote at the minimum.
Thus, this rotary encoder example here is very relevant. But there are two libraries out there: the one you mentioned is based on a loop and thus everything else (IR remote, LCD interface) has to be inside this loop. The other library is interrupt driven: neufeld.newton.ks.us/electro … 8#more-248
If it is not too much asking, what is your opinion or experience with these two libraries?
Thanks,
Guillermo