neu-rah / ArduinoMenu

Arduino generic menu/interactivity system
GNU Lesser General Public License v2.1
931 stars 189 forks source link

Rotary Encoder and Arduino Due = HANG #379

Open pocasmen opened 2 years ago

pocasmen commented 2 years ago

Just trying to run the rotaryEvent.ino in the example on an Arduino Due board and it just hangs after the first rotary turn... If I use serialIn (serial port as input) everything works... Tried to work the rotary by poll (not ISR) and get it working on first menu page and hangs entering second menu... I'm stuck. Any ideas?