PaulStoffregen / FreqMeasure

Measures the elapsed time during each cycle of an input frequency.
http://www.pjrc.com/teensy/td_libs_FreqMeasure.html
69 stars 31 forks source link

util/FreqMeasureCapture.h errors with CORE_PINx_CONFIG #1

Closed manitou48 closed 9 years ago

manitou48 commented 9 years ago

Copy-and-paste gone bad in util/FreqMeasureCapture.h. all pin configs use CORE_PIN3_CONFIG Discussed in this thread http://forum.pjrc.com/threads/26201-FreqMeasure-teeny-3-errors-with-CORE_PINx_CONFIG

the v1.1 zip file at https://www.pjrc.com/teensy/td_libs_FreqMeasure.html has the same errors. maybe that html should refer to this github rather than to a zip file ...

PaulStoffregen commented 9 years ago

fixed by your patch.

https://github.com/PaulStoffregen/FreqMeasure/commit/89bab85d1898fc51b77d573668e5ea70647a0cb4

thanks