Counters and Interrupts

Hi Guys,

I have Arduino Uno. I need counters and interrupts for my application by which I can count when some events or can jump to Interrupt Service Routine(ISR) while I am running my main routine.

Any one have a idea that how can I accomplish my needs with Uno. If it is not possible with Uno please suggest me some arduino board who can do this.

Thank You.

What events do you want to count?

Jumping to an ISR happens when the appropriate interrupt happens. You do not write code to make that happen.

Just pick one and use it. All can do what you describe.

Paul