PaulStoffregen / FreqCount

Measures the frequency of a signal by counting the number of pulses during a fixed time.
http://www.pjrc.com/teensy/td_libs_FreqCount.html
142 stars 47 forks source link

Using Timer3 for Atmega32U4 #35

Open elektroboard opened 10 months ago

elektroboard commented 10 months ago

Hi. Can I use Timer3 for Frequency Count with Atmega32u4?

Because I use Timer1 for another job.

Thanks.