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

Small typo in example #12

Closed scls19fr closed 7 years ago

scls19fr commented 7 years ago

Hello,

on https://www.pjrc.com/teensy/td_libs_FreqMeasure.html I noticed a small typo in example

float frequency FreqMeasure.countToFrequency(sum / count);

should be

float frequency = FreqMeasure.countToFrequency(sum / count);

Kind regard

PaulStoffregen commented 7 years ago

Thanks. Fixed.