¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Nano Every - Interrupt Handling - Rotary Encoder #arduino #nano #every #rotary


 

Hi Ciccio,
Try this:
attachInterrupt(MY_ENCODER_A, handleEncoderChange, CHANGE);
attachInterrupt(MY_ENCODER_B, handleEncoderChange, CHANGE);

73,
Len, KD0RC

Join [email protected] to automatically receive all group messages.