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

Reduce the time gate below 1 ms #19

Closed diego2938 closed 3 years ago

diego2938 commented 3 years ago

Is it possible to reduce the gate interval time to microseconds?

diego2938 commented 3 years ago

I've just found out that with the Teensy >= 4.0 the default gate interval time has to be set in microseconds!

Thanks PaulStoffregen!