So im still confused how will that help me? im getting current counts and its counting right i checked it. for the rpm im planing on doing something like:
Code:
Counter gts;
float rpm
.
.
.
rpm = ( ((1/gts.GetPeriod())/6)*60)
I might have missed a ( somewhere