Arduino uno counter 0 and 2 with external pulses

Hello

I am using a Arduino Uno on this moment
I want to count external pulses with counter 0 and counter 2
which inputs are connected to counter 0 and counter 2?
I am using counter 1 for timing purposes to read and reset counter 0 and 2

thanks

Jos

Your topic has been moved to a more appropriate forum category as it is not directly related to use of version 1.x of the IDE

Hopefully, this will help:

Hello Thanks for your answer

I have tried to count the signals direct from a port but I am missing pulses
the meaning is that the program will run on a nano, can I use than timer 2 for counting?
are the inputs the same?

Jos

What is the frequency of the pulses?
What is the width of the pulses?
What are the LOW and HIGH voltage levels of the pulses?

Only Timer1 and Timer0 have external clock inputs.
Timer0 is used by the delay function.

Yes, but for what purpose? What is the goal?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.