Quote:
Originally Posted by Mark McLeod
Here's one way to do a tach with a photosensor:

|
Mark,
Is the Counter/ConfigTimer (blue arrow) where the FGPA sampling size is configured?
If so, does the "5" (green arrow) mean FPGA sample average is set to 5?
Does Counter/Get (red arrow) return the same thing as the GetPeriod() method in the Counter class in C++ and Java (i.e. period, in seconds, of the tooth count, based on the last 5 samples) ?
Thanks.