Posted on January 05, 2014 at 08:17I am trying to attach interrupt to my motor encoder ( connected to pin PB9). My idea is to get the pulse count as the motor rotates. Shown below is a snippet of my code to attach interrupt to pin PB9. I should be g...