Project:Arduino Rotary Encoder Menu System: Difference between revisions
Jump to navigation
Jump to search
Created page with "I have recovered a number of ALPS rotary encoders from discarded industrial CRT monitors. I'm working on building a user interface menu system that makes use of the rotary encode..." |
No edit summary |
||
Line 104: | Line 104: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</div> | </div> | ||
== multiple encoders == | |||
Try out http://code.google.com/p/adaencoder/ and PinChangeInt library (http://code.google.com/p/arduino-pinchangeint/) see... | |||
http://arduino.cc/playground/Main/RotaryEncoders#Example14 | |||
See if it can cope with two encoders at rapid rate usage. |
Revision as of 12:25, 27 July 2012
I have recovered a number of ALPS rotary encoders from discarded industrial CRT monitors. I'm working on building a user interface menu system that makes use of the rotary encoders as the sole input technique.
multiple encoders
Try out http://code.google.com/p/adaencoder/ and PinChangeInt library (http://code.google.com/p/arduino-pinchangeint/) see...
http://arduino.cc/playground/Main/RotaryEncoders#Example14
See if it can cope with two encoders at rapid rate usage.