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
141 stars 45 forks source link

Using FreqCount Librariy on Attiny3226 #32

Open elektroboard opened 11 months ago

elektroboard commented 11 months ago

I want to Freqcount library for Attiny3226.

What kind of changes do I have to make in this library's FreqCountTimers.h or other files for Attiny3226 (Megatinycore)? I also use the TCA0 timer to generate bit PWM on the same processor. Do I have problems with PWM or frequency counting?